sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / EarlyBlue / editor / EditorDialog.css
index 270397f76fecfe9cb7fc918d49ee1c458cbab76c..cbe323862d27e644a6bbb2bc5ecaeaeb2b36b229 100644 (file)
@@ -66,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;
 }