Fix regression in graying of disabled radio buttons and checkboxes. b=164484 r=bbaetz sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@128782 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
93a29119d2
commit
e5167cdc5d
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user