first steps on synching EarlyBlue with trunk *stripe (global files starting with...
[themes.git] / EarlyBlue / global / listbox.css
index 2f882bf4a2516148b1b70e068ed53c3ea6dd6a60..14b23564f4f2f3e951b0d5e24930278dca703279 100644 (file)
  *   Robert Kaiser <KaiRo@KaiRo.at>
  */
 
  *   Robert Kaiser <KaiRo@KaiRo.at>
  */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== listbox.css =======================================================
   == Styles used by XUL listbox-related elements.
   ======================================================================= */
 
 /* ===== listbox.css =======================================================
   == Styles used by XUL listbox-related elements.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: listbox ::::: */
 
 listbox {
 /* ::::: listbox ::::: */
 
 listbox {
@@ -39,6 +39,10 @@ listbox {
   color: #000000;
 }
 
   color: #000000;
 }
 
+listbox[disabled="true"] {
+  color: #CCCCCC;
+}
+
 /* ::::: listitem ::::: */
 
 listitem {
 /* ::::: listitem ::::: */
 
 listitem {
@@ -65,7 +69,7 @@ listbox:focus > listitem[selected="true"] {
 
 /* ::::: listheader ::::: */
 
 
 /* ::::: listheader ::::: */
 
-listheader { 
+listheader {
   -moz-box-align: center;
   border: 1px outset #CCD0DD;
   background-color: #CCD0DD;
   -moz-box-align: center;
   border: 1px outset #CCD0DD;
   background-color: #CCD0DD;
@@ -75,7 +79,10 @@ listheader {
 
 listheader[sortable="true"]:hover:active {
   border: 1px outset #CCD0DD;
 
 listheader[sortable="true"]:hover:active {
   border: 1px outset #CCD0DD;
-  padding: 1px 4px 0 5px;
+  padding-top: 1px;
+  padding-bottom: 0px;
+  -moz-padding-start: 5px;
+  -moz-padding-end: 4px;
 }
 
 .listheader-icon {
 }
 
 .listheader-icon {
@@ -104,19 +111,22 @@ listheader[sortable="true"]:hover:active {
 
 .listcell-label {
   margin: 0px !important;
 
 .listcell-label {
   margin: 0px !important;
-  padding: 0px 0px 1px 4px;
+  padding-top: 0px;
+  padding-bottom: 1px;
+  -moz-padding-start: 4px;
+  -moz-padding-end: 0px;
   white-space: nowrap;
 }
 
 .listcell-icon {
   white-space: nowrap;
 }
 
 .listcell-icon {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .listcell-label[disabled="true"] {
   color: #808080;
 }
 
 }
 
 .listcell-label[disabled="true"] {
   color: #808080;
 }
 
-/* ::::: listcell checkbox ::::: */                                             
+/* ::::: listcell checkbox ::::: */
 
 .listcell-check {
   -moz-box-align: center;
 
 .listcell-check {
   -moz-box-align: center;