Fix regression in graying of disabled radio buttons and checkboxes. b=164484 r=bbaetz sr=bzbarsky

This commit is contained in:
dbaron%fas.harvard.edu 2002-09-04 00:39:19 +00:00
parent 7e46dface2
commit 25ef476c7f
2 changed files with 6 additions and 0 deletions

View File

@ -329,6 +329,9 @@ input[type="checkbox"][disabled]:hover,
input[type="checkbox"][disabled]:hover:active {
padding: 1px;
border: 1px inset ThreeDShadow ! important;
/* same as above, but !important */
color: GrayText ! important;
background-color: ThreeDFace ! important;
}
input[type="checkbox"]:focus,

View File

@ -329,6 +329,9 @@ input[type="checkbox"][disabled]:hover,
input[type="checkbox"][disabled]:hover:active {
padding: 1px;
border: 1px inset ThreeDShadow ! important;
/* same as above, but !important */
color: GrayText ! important;
background-color: ThreeDFace ! important;
}
input[type="checkbox"]:focus,