Bug 516701 - Checkboxes and radios need to be updated to lwtheme. r=rflint

This commit is contained in:
Dão Gottwald 2009-10-03 18:37:19 -04:00
parent 2ad67a32fd
commit 9570add905
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ checkbox[disabled="true"] {
checkbox:not([disabled="true"]):hover {
color: -moz-buttonhovertext;
text-shadow: none;
}
checkbox:hover:active > .checkbox-spacer-box > .checkbox-check {

View File

@ -125,6 +125,7 @@ radio[disabled="true"] {
radio:not([disabled="true"]):hover {
color: -moz-buttonhovertext;
text-shadow: none;
}
radio:hover:active > .radio-spacer-box > .radio-check-box1 {