Pushing this mess anyway
This commit is contained in:
16
css/buttons.css
Normal file
16
css/buttons.css
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user