more subtle ui feedback when pressing buttons

pull/514/head
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 {
background: #fff;
background: linear-gradient(#f4f4f4, #e4e4e4);
}
#editbar ul li:active {
background: #eee;
background: linear-gradient(#ddd, #fff);
box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
}
#editbar ul li.separator