bump app versions
[themes.git] / EarlyBlue / global / listbox.css
index cbbe485681f75dcad7277c722db3866cd0625405..4a1436c5472cb358101e4a9624e537d450763a8b 100644 (file)
@@ -49,11 +49,11 @@ listitem {
   border: 1px solid transparent;
 }
 
-listbox:focus > listitem[current="true"] {
+listbox:-moz-focusring > listitem[current="true"] {
   border: 1px dotted #9999CC;
 }
 
-listbox:focus > listitem[current="true"][selected="true"] {
+listbox:-moz-focusring > listitem[current="true"][selected="true"] {
   border: 1px dotted #666699;
 }
 
@@ -137,17 +137,3 @@ listheader[sortable="true"]:hover:active {
   min-height: 12px;
   background: #FFFFFF no-repeat 50% 50%;
 }
-
-.listcell-check[checked="true"] {
-  background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
-}
-
-.listcell-check[disabled="true"] {
-  border-color: #808080;
-  background-image: url("chrome://global/skin/checkbox/cbox-disabled.gif");
-}
-
-.listcell-check[disabled="true"][checked="true"] {
-  background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
-}
-