hover indicator for web buttons
This commit is contained in:
parent
f308afd434
commit
462d8027f1
|
@ -285,6 +285,11 @@ div#web-buttons {
|
|||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
#web-buttons img:hover {
|
||||
margin: -1px;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid #888;
|
||||
}
|
||||
|
|
Reference in a new issue