hover > active...

This commit is contained in:
Robin Buse 2011-08-16 14:59:41 +03:00
parent 8c0b4bd43a
commit 485003f31e

View file

@ -89,6 +89,10 @@ a img
position: relative;
top: -2px;
}
#editbar ul li:hover
{
background: #fff;
}
#editbar ul li:active
{
background: #eee;
@ -97,10 +101,6 @@ a img
background: -ms-linear-gradient(#ddd, #fff);
background: -o-linear-gradient(#ddd, #fff);
}
#editbar ul li:hover
{
background: #fff;
}
#editbar ul li.separator
{
background: inherit;