big tree->listbox/outliner; outliner-> update
[themes.git] / LCARStrek / editor / EditorDialog.css
index 4e2a4f8e5d7ed4eea01b1d69685575bf240e334f..72d267c06cd3a79dfe1a220bccac0a2699bd4475 100644 (file)
@@ -322,6 +322,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"] {