big tree->listbox/outliner; outliner-> update
[themes.git] / EarlyBlue / editor / EditorDialog.css
index 321481e0573610e82af387ceae13f5cce9b62a8f..3a2ccb7be14a6be1202b11151c6be6b2b7d9bf63 100644 (file)
@@ -319,6 +319,16 @@ tree.AttributesTree {
   min-height: 200px;
 }
 
+/* ::::: select edit dialog ::::: */
+
+#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-false) {
+  background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat;
+}
+
+#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-true) {
+  background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
+}
+
 /* ::::: Publishing Progress ::::: */
 
 .progressitem[progress="busy"] {