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: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;
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;
+}