keep up with Classic development
[themes.git] / EarlyBlue / global / listbox.css
index 2f882bf4a2516148b1b70e068ed53c3ea6dd6a60..94b0ee44a861e2aa35b0cb40110b07cfecef8951 100644 (file)
@@ -39,6 +39,10 @@ listbox {
   color: #000000;
 }
 
+listbox[disabled="true"] {
+  color: #CCCCCC;
+}
+
 /* ::::: listitem ::::: */
 
 listitem {
@@ -65,7 +69,7 @@ listbox:focus > listitem[selected="true"] {
 
 /* ::::: listheader ::::: */
 
-listheader { 
+listheader {
   -moz-box-align: center;
   border: 1px outset #CCD0DD;
   background-color: #CCD0DD;
@@ -116,7 +120,7 @@ listheader[sortable="true"]:hover:active {
   color: #808080;
 }
 
-/* ::::: listcell checkbox ::::: */                                             
+/* ::::: listcell checkbox ::::: */
 
 .listcell-check {
   -moz-box-align: center;