some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / editor / editorFormatToolbar.css
index 31aac18fcb9153637844c667024a222177bb3526..9e0194c0b4547ce56b7ab2b8188f52749c61ca08 100644 (file)
@@ -399,15 +399,20 @@ toolbarbutton.formatting-button {
 #TextColorButton {
   margin-top: 2px;
   margin-bottom: 9px;
 #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;
 }
 
 #BackgroundColorButton {
   margin-top: 9px;
   margin-bottom: 2px;
-  -moz-margin-start: 9px;
-  -moz-margin-end: 2px;
+  margin-inline-start: 9px;
+  margin-inline-end: 2px;
 }
 
 #HighlightColorButton {
 }
 
 #HighlightColorButton {