keep up with Classic; bump skinVersion to 1.5 and EarlyBlue version to 1.5b (if I...
[themes.git] / EarlyBlue / editor / EditorDialog.css
index 321481e0573610e82af387ceae13f5cce9b62a8f..7f38cd6cd369a061096e95160bd9139cc6abc115 100644 (file)
@@ -61,10 +61,6 @@ groupbox {
   min-width: 20em;
 }
 
-.big-left-margin {
-  margin-left: 10px;
-}
-
 .bold {
   font-weight: bold;
 }
@@ -319,6 +315,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"] {