зеркало из https://github.com/mozilla/pjs.git
Make disabled checked radio/checkbox elements have a visible mark. Make
other disabled controls look more clearly disabled. Bug 138737, r=neil@parkwaycc.co.uk,jkeiser. sr=attinasi
This commit is contained in:
Родитель
3dfba161e2
Коммит
d973fe3069
|
@ -227,9 +227,15 @@ optgroup[disabled],
|
|||
select[disabled],
|
||||
select[disabled]:-moz-display-comboboxcontrol-frame {
|
||||
color: GrayText;
|
||||
background-color: ThreeDFace;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
option[disabled],
|
||||
optgroup[disabled] {
|
||||
background-color: -moz-field;
|
||||
}
|
||||
|
||||
/* hidden inputs */
|
||||
input[type="hidden"] {
|
||||
display: none;
|
||||
|
@ -324,7 +330,6 @@ input[type="checkbox"][disabled]:hover,
|
|||
input[type="checkbox"][disabled]:hover:active {
|
||||
padding: 1px;
|
||||
border-color: ThreeDShadow;
|
||||
background-color: GrayText;
|
||||
|
||||
border-width: 1px !important;
|
||||
border-style: inset !important;
|
||||
|
|
|
@ -227,9 +227,15 @@ optgroup[disabled],
|
|||
select[disabled],
|
||||
select[disabled]:-moz-display-comboboxcontrol-frame {
|
||||
color: GrayText;
|
||||
background-color: ThreeDFace;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
option[disabled],
|
||||
optgroup[disabled] {
|
||||
background-color: -moz-field;
|
||||
}
|
||||
|
||||
/* hidden inputs */
|
||||
input[type="hidden"] {
|
||||
display: none;
|
||||
|
@ -324,7 +330,6 @@ input[type="checkbox"][disabled]:hover,
|
|||
input[type="checkbox"][disabled]:hover:active {
|
||||
padding: 1px;
|
||||
border-color: ThreeDShadow;
|
||||
background-color: GrayText;
|
||||
|
||||
border-width: 1px !important;
|
||||
border-style: inset !important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче