Bug 384948 - Clean up findBar.css (2 more style rules in WInstripe file). r=Mano.

This commit is contained in:
stefanh@inbox.com 2007-06-27 10:47:30 -07:00
parent 63a28085f4
commit f071c9383b

View File

@ -76,11 +76,11 @@ findbar {
-moz-image-region: rect(32px 48px 48px 32px) !important;
}
.findbar-highlight:active, findbar > .findbar-highlight[checked="true"] {
.findbar-highlight:active, .findbar-highlight[checked="true"] {
-moz-image-region: rect(48px 48px 64px 32px);
}
findbar > .findbar-highlight[checked="true"]:hover {
.findbar-highlight[checked="true"]:hover {
-moz-image-region: rect(64px 48px 80px 32px);
}