disabled selects should still take the colors the page sets. Bug

177569, r=jkeiser, sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@133196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2002-11-06 21:35:36 +00:00
parent 41c91200b1
commit 24e5e9dd08
2 changed files with 2 additions and 4 deletions

View File

@@ -236,8 +236,7 @@ input[disabled],
textarea[disabled],
option[disabled],
optgroup[disabled],
select[disabled],
select[disabled]:-moz-display-comboboxcontrol-frame {
select[disabled] {
color: GrayText;
background-color: ThreeDFace;
cursor: default;