third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / devtools / dark-theme.css
index 7ecfc02f915107a6900ea0997ffe6938d989102e..c209a860f8c68943df63f8dfa1e971d2fea94827 100644 (file)
@@ -290,6 +290,12 @@ div.CodeMirror span.eval-text {
   visibility: hidden;
 }
 
   visibility: hidden;
 }
 
+/* Mirror the twisty for rtl direction */
+.theme-twisty:dir(rtl),
+.theme-twisty:-moz-locale-dir(rtl) {
+  transform: scaleX(-1);
+}
+
 .theme-checkbox {
   display: inline-block;
   border: 0;
 .theme-checkbox {
   display: inline-block;
   border: 0;
@@ -398,10 +404,10 @@ div.CodeMirror span.eval-text {
   border-color: #008484;
 }
 
   border-color: #008484;
 }
 
-.devtools-textinput::-moz-placeholder,
-.devtools-searchinput::-moz-placeholder,
-.devtools-filterinput::-moz-placeholder,
-.devtools-plaininput::-moz-placeholder {
+.devtools-textinput::placeholder,
+.devtools-searchinput::placeholder,
+.devtools-filterinput::placeholder,
+.devtools-plaininput::placeholder {
   color: #8050B0;
   opacity: 1.0;
 }
   color: #8050B0;
   opacity: 1.0;
 }