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

git-svn-id: svn://10.0.0.236/trunk@142007 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2003-05-01 10:42:33 +00:00
parent 99ff6030bc
commit 43ff870e5d
2 changed files with 4 additions and 0 deletions

View File

@@ -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;