<style>
button{
color: white;
background: url(INSERT BACKGROUND URL);
border: 2px solid white;
padding: 2px}
/*THIS CHANGES WHAT HAPPENS WHEN YOU HOVER OVER THE BUTTONS*/
button:hover {
color: yellow;
background: url(INSERT SAME URL);
padding: 4px}
</style>
You can change the colours, padding and border however you want!
This code includes your logout button so if you want to reverse those changes (such as the border etc) use this code:
.logout-btn{
color: INSERT COLOUR;
background: none !important;
border: none !important}
Comments
Displaying 0 of 0 comments ( View all | Add Comment )