start 2.9 cycle with most of the toolkit winstripe changes for both themes
[themes.git] / EarlyBlue / global / listbox.css
index 898ec3628a27e693eb0c59f372c81aad892dc3e8..4a1436c5472cb358101e4a9624e537d450763a8b 100644 (file)
@@ -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");
-}
-