From 539d2f86f3f6d8cb1cc68ab160883c3f8110d18e Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Thu, 6 Sep 2007 22:04:17 +0000 Subject: [PATCH] Make it possible to disable listboxes b=98595 r=varga sr=bryner git-svn-id: svn://10.0.0.236/trunk@235132 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/themes/modern/global/listbox.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/suite/themes/modern/global/listbox.css b/mozilla/suite/themes/modern/global/listbox.css index 17dfe82a7b7..49318fb802e 100644 --- a/mozilla/suite/themes/modern/global/listbox.css +++ b/mozilla/suite/themes/modern/global/listbox.css @@ -56,6 +56,10 @@ listbox { color: #000000; } +listbox[disabled="true"] { + color: #999999; +} + /* ::::: listitem ::::: */ listitem {