update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / LCARStrek / editor / EditorDialog.css
index 72b5f912eec40b2e2273e89042e5e8ad46428abf..62514168a70bf457442417b46b0bb80f6b677234 100644 (file)
@@ -293,7 +293,7 @@ label#alignLabel {
   max-height: 52px;
   min-height: 52px;
   margin: 6px 5px 6px 5px;
-  overflow: hidden;
+  overflow: -moz-hidden-unscrollable;
 }
 
 #preview-image-holder {
@@ -320,11 +320,11 @@ tree.AttributesTree {
 
 /* ::::: select edit dialog ::::: */
 
-#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-false) {
+#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) {
+#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) {
   background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
 }