sixth part of syncing LCARStrek with Firefox 29 windows theme changes
[themes.git] / LCARStrek / global / listbox.css
index ba69c04ca00b7e548f1c92ac50022e25b14ec6ae..1d750655dcdee364b23d6323c65c8ee152e077df 100644 (file)
@@ -118,3 +118,19 @@ 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");
+}
+
+listitem[type="checkbox"]:hover .listcell-check[checked="true"] {
+  background-image: url("chrome://global/skin/checkbox/cbox-check-hover.gif");
+}
+
+listitem[type="checkbox"]:hover .listcell-check {
+  border-color: #FFCF00;
+}
+
+listitem[type="checkbox"]:hover .listcell-label {
+  color: #FFCF00;
+}