mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
button hover effect
This commit is contained in:
parent
7a8c3a31ea
commit
8c0b4bd43a
1 changed files with 10 additions and 6 deletions
|
@ -97,6 +97,10 @@ 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