start 2.9 cycle with most of the toolkit winstripe changes for both themes
[themes.git] / LCARStrek / global / listbox.css
index 2f5a6d3cf7f5dfb6e31e5525b2bb8439bb389351..e2e5016599e1d32f3b3dbeb20e6bfb509bed790f 100644 (file)
@@ -139,16 +139,3 @@ listheader[sortable="true"]:hover:active {
   min-height: 12px;
   background: #000000 no-repeat 50% 50%;
 }
-
-.listcell-check[checked="true"] {
-  background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
-}
-
-.listcell-check[disabled="true"] {
-  border-color: #8050B0;
-  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");
-}