Skip to content
Snippets Groups Projects
Commit 8664402e authored by neil%parkwaycc.co.uk's avatar neil%parkwaycc.co.uk
Browse files

Bug 190281 Focus doesn't skip disabled inputs properly r=aaronl sr=jst a=asa

parent 0e73aa80
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment