fix checkboxes and expander in clear recernt history window
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 2 Sep 2012 19:58:37 +0000 (21:58 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 2 Sep 2012 19:58:37 +0000 (21:58 +0200)
LCARStrek/browser/sanitizeDialog.css
LCARStrek/global/listbox.css

index 6b9d0b6747631fed2c3d92e0d716b7226b455cca..caa01f6e8624d5426deae29ea4e9d3166e18c9f6 100644 (file)
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
 
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
 
+.expander-up:hover {
+  list-style-image: url("chrome://global/skin/tree/twisty-open-selected.gif");
+}
+
 .expander-down {
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
 
 
 .expander-down {
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
 
 
+.expander-down:hover {
+  list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
+}
+
+
 /* Make the item list the same width as the warning box */
 #itemList {
   -moz-margin-start: 0;
 /* Make the item list the same width as the warning box */
 #itemList {
   -moz-margin-start: 0;
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;
+}