sync LCARStrek with Firefox 51 devtools theme changes
[themes.git] / LCARStrek / devtools / dark-theme.css
index 6753b7ac76e608db306be855837dcf5a4180f6e3..c209a860f8c68943df63f8dfa1e971d2fea94827 100644 (file)
@@ -290,6 +290,12 @@ div.CodeMirror span.eval-text {
   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;