first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / global / tabbox.css
index a88fc0af74da4a5c2af58417f63e0d67623ce73d..d79c518c6f9c27d882b735ad618e0add8d55cb7b 100644 (file)
@@ -35,7 +35,7 @@ tabpanels {
 tab {
   border-radius: 8px 8px 0px 0px;
   margin-top: 2px;
-  -moz-border-end: 2px solid transparent;
+  border-inline-end: 2px solid transparent;
   border-bottom: none;
   padding: 2px 4px 1px;
   background-color: #C09070;
@@ -69,12 +69,12 @@ tab:-moz-focusring > .tab-middle {
 }
 
 tab:first-of-type {
-  -moz-margin-start: 5px;
+  margin-inline-start: 5px;
 }
 /*
 tab:first-of-type[visuallyselected="true"] {
-  -moz-padding-end: 5px;
-  -moz-padding-start: 5px;
+  padding-inline-end: 5px;
+  padding-inline-start: 5px;
 }
 */