first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / global / scrollbox.css
index 4e96777959bc0ad54ac706e8a4958ee6ef796927..b59d55452e948a8be3ca5de2591d93fc639b7ee7 100644 (file)
@@ -96,8 +96,8 @@ autorepeatbutton,
   -moz-box-pack: center;
   margin-top: 1px;
   margin-bottom: 2px;
-  -moz-margin-start: 1px;
-  -moz-margin-end: 2px;
+  margin-inline-start: 1px;
+  margin-inline-end: 2px;
 }
 
 autorepeatbutton {
@@ -112,6 +112,6 @@ autorepeatbutton:not([disabled="true"]):hover:active {
   border: 1px inset #000000;
   padding-top: 2px;
   padding-bottom: 1px;
-  -moz-padding-start: 2px;
-  -moz-padding-end: 1px;
+  padding-inline-start: 2px;
+  padding-inline-end: 1px;
 }