fix checkboxes and expander in clear recernt history window
[themes.git] / LCARStrek / global / listbox.css
index ba69c04ca00b7e548f1c92ac50022e25b14ec6ae..50df63b6c80d661b2a4296052047e787f75cd2e3 100644 (file)
@@ -118,3 +118,15 @@ listheader[sortable="true"]:hover:active {
   min-height: 12px;
   background: #000000 no-repeat 50% 50%;
 }
   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 {
+  border-color: #FFCF00;
+}
+
+listitem[type="checkbox"]:hover .listcell-label {
+  color: #FFCF00;
+}