worlio-themes/css/buttons.css

16 lines
243 B
CSS
Raw Normal View History

2023-04-26 18:57:59 -04:00
div.button {
display: block;
padding: 4px;
background: #D4D4D4;
border: 2px outset #B8B8B8;
}
div.button:hover {
background: #99D4AB;
border: 2px outset #77C68F;
}
div.button:active {
background: #9E9E9E;
border: 2px inset #707070;
}