second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / EarlyBlue / global / tabbox.css
index f97d69f02b6ec135363cdac928f6e4c3636de506..0c364ef3d95774a74ad2a086926945f3ccd8a6c9 100644 (file)
@@ -44,7 +44,7 @@ tab {
   margin: 0 !important;
 }
 
-tab[selected="true"] {
+tab[visuallyselected="true"] {
   font-weight: bold;
   background-color: #EDF1FF;
 }
@@ -59,9 +59,9 @@ tab:-moz-focusring > .tab-middle {
 }
 
 /*
-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;
 }
 */