mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
hover > active...
This commit is contained in:
parent
8c0b4bd43a
commit
485003f31e
1 changed files with 4 additions and 4 deletions
|
@ -89,6 +89,10 @@ a img
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
}
|
}
|
||||||
|
#editbar ul li:hover
|
||||||
|
{
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
#editbar ul li:active
|
#editbar ul li:active
|
||||||
{
|
{
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
@ -97,10 +101,6 @@ a img
|
||||||
background: -ms-linear-gradient(#ddd, #fff);
|
background: -ms-linear-gradient(#ddd, #fff);
|
||||||
background: -o-linear-gradient(#ddd, #fff);
|
background: -o-linear-gradient(#ddd, #fff);
|
||||||
}
|
}
|
||||||
#editbar ul li:hover
|
|
||||||
{
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
#editbar ul li.separator
|
#editbar ul li.separator
|
||||||
{
|
{
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue