sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / LCARStrek / editor / editor.css
index aeb66b07a5ae7eb977e83d99d515402de5eed79b..0bf1f842d0f0b79bfd433b4650a17b625e75079a 100644 (file)
 .source-editor:focus {
   margin-top: 0px;
   margin-bottom: 5px;
-  -moz-margin-start: 0px;
-  -moz-margin-end: 5px;
+  margin-inline-start: 0px;
+  margin-inline-end: 5px;
   border: 0px;
   /* Scroll bars are in content,
      so we can't use right and bottom padding! */
   padding-top: 5px;
   padding-bottom: 0px;
-  -moz-padding-start: 5px;
-  -moz-padding-end: 0px;
+  padding-inline-start: 5px;
+  padding-inline-end: 0px;
 }
 
 /* Multiline textarea for HTML source editing */
 #content-source,
 #doctype-text {
   font-family: -moz-fixed;
-  font-size: -moz-initial;
+  font-size: initial;
 }
 
 #appcontent {