add close icon CSS so dev toolbar works
[themes.git] / LCARStrek / global / tabbox.css
index a35fcc2b38f312fdc8b59863eb73099bb43243b3..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;
@@ -47,7 +47,7 @@ tab {
   margin: 0 !important;
 }
 
-tab[selected="true"] {
+tab[visuallyselected="true"] {
   font-weight: bold;
   background-color: #008484;
 }
@@ -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[selected="true"] {
-  -moz-padding-end: 5px;
-  -moz-padding-start: 5px;
+tab:first-of-type[visuallyselected="true"] {
+  padding-inline-end: 5px;
+  padding-inline-start: 5px;
 }
 */