sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / EarlyBlue / editor / editorFormatToolbar.css
index 6fcec8920ce446601f66bcc01f170ca73061e0f2..961d35ad3ab90e39179105367cf189201bf9878c 100644 (file)
@@ -277,15 +277,20 @@ toolbarbutton.formatting-button {
 #TextColorButton {
   margin-top: 2px;
   margin-bottom: 9px;
-  -moz-margin-start: 2px;
-  -moz-margin-end: 9px;
+  margin-inline-start: 2px;
+  margin-inline-end: 9px;
+}
+
+#TextColorButton[color="mixed"] {
+  background-image: url("chrome://editor/skin/icons/multicolor.png");
+  background-size: cover;
 }
 
 #BackgroundColorButton {
   margin-top: 9px;
   margin-bottom: 2px;
-  -moz-margin-start: 9px;
-  -moz-margin-end: 2px;
+  margin-inline-start: 9px;
+  margin-inline-end: 2px;
 }
 
 #HighlightColorButton {