more subtle ui feedback when pressing buttons

This commit is contained in:
0ip 2012-02-27 22:29:21 +01:00
parent eddbc950dd
commit d8a0584768
1 changed files with 2 additions and 0 deletions

View File

@ -75,11 +75,13 @@ a img
#editbar ul li:hover { #editbar ul li:hover {
background: #fff; background: #fff;
background: linear-gradient(#f4f4f4, #e4e4e4);
} }
#editbar ul li:active { #editbar ul li:active {
background: #eee; background: #eee;
background: linear-gradient(#ddd, #fff); background: linear-gradient(#ddd, #fff);
box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
} }
#editbar ul li.separator #editbar ul li.separator