first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / editor / EditorDialog.css
index 8f8dcffb7a30db3e52f608f35b945239b0db6845..cbe323862d27e644a6bbb2bc5ecaeaeb2b36b229 100644 (file)
   min-width: 10em;
 }
 
-.MinWidth15em {
-  min-width: 15em;
-}
-
 .MinWidth20em {
   min-width: 20em;
 }
@@ -70,7 +66,7 @@
   width: 25px;
   height: 20px;
   margin: 0;
-  -moz-margin-end: 3px;
+  margin-inline-end: 3px;
 }
 
 #ColorPickerSwatch[default="true"] {
   border: 1px inset #CCD0DD;
   margin-top: 1px;
   margin-bottom: 2px;
-  -moz-margin-start: 4px;
-  -moz-margin-end: 2px;
+  margin-inline-start: 4px;
+  margin-inline-end: 2px;
 }
 
 #ColorPreview {
   border: 1px inset #CCD0DD;
-  -moz-margin-start: 10px;
-  -moz-padding-start: 5px;
-  -moz-padding-end: 5px;
+  margin-inline-start: 10px;
+  padding-inline-start: 5px;
+  padding-inline-end: 5px;
   min-width: 100px;
   min-height: 50px;
 }
 .colorpicker {
   border: 1px outset #CCD0DD;
   /* This should be the same as for textbox */
-  -moz-margin-start: 4px;
+  margin-inline-start: 4px;
   /* For a little extra space between buttons */
   margin-bottom: 2px;
 }
 }
 
 /* styles for an attribute tree-table */
-tree.AttributesTree {
+.AttributesTree {
   min-width: 200px;
   min-height: 200px;
 }