mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 21:58:06 +00:00
Fix regression in graying of disabled radio buttons and checkboxes. b=164484 r=bbaetz sr=bzbarsky
This commit is contained in:
parent
7e46dface2
commit
25ef476c7f
@ -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