mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
more subtle ui feedback when pressing buttons
This commit is contained in:
parent
eddbc950dd
commit
d8a0584768
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue