зеркало из https://github.com/mozilla/pjs.git
Bug 190281 Focus doesn't skip disabled inputs properly r=aaronl sr=jst a=asa
This commit is contained in:
Родитель
4fa57f3d80
Коммит
33efefa39e
|
@ -244,6 +244,8 @@ textarea[disabled],
|
|||
option[disabled],
|
||||
optgroup[disabled],
|
||||
select[disabled] {
|
||||
-moz-user-input: disabled;
|
||||
-moz-user-focus: ignore;
|
||||
color: GrayText;
|
||||
background-color: ThreeDFace;
|
||||
cursor: default;
|
||||
|
|
|
@ -244,6 +244,8 @@ textarea[disabled],
|
|||
option[disabled],
|
||||
optgroup[disabled],
|
||||
select[disabled] {
|
||||
-moz-user-input: disabled;
|
||||
-moz-user-focus: ignore;
|
||||
color: GrayText;
|
||||
background-color: ThreeDFace;
|
||||
cursor: default;
|
||||
|
|
Загрузка…
Ссылка в новой задаче