From 24e5e9dd08fb4553f061863db4d390af38d260a5 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 6 Nov 2002 21:35:36 +0000 Subject: [PATCH] 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 --- mozilla/layout/html/document/src/forms.css | 3 +-- mozilla/layout/style/forms.css | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/html/document/src/forms.css b/mozilla/layout/html/document/src/forms.css index c2ea587900a..2d544b287c6 100644 --- a/mozilla/layout/html/document/src/forms.css +++ b/mozilla/layout/html/document/src/forms.css @@ -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; diff --git a/mozilla/layout/style/forms.css b/mozilla/layout/style/forms.css index c2ea587900a..2d544b287c6 100644 --- a/mozilla/layout/style/forms.css +++ b/mozilla/layout/style/forms.css @@ -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;