sync both themes with toolkit windows theme changes in Mozilla 42-44 cycles
[themes.git] / LCARStrek / global / tabbox.css
index 32f56e31e6356f30be7552c8f82cba0c9ce554a2..a88fc0af74da4a5c2af58417f63e0d67623ce73d 100644 (file)
@@ -35,18 +35,19 @@ tabpanels {
 tab {
   border-radius: 8px 8px 0px 0px;
   margin-top: 2px;
-  -moz-margin-end: 2px;
+  -moz-border-end: 2px solid transparent;
   border-bottom: none;
   padding: 2px 4px 1px;
   background-color: #C09070;
   color: #000000;
+  background-clip: padding-box;
 }
 
 .tab-text {
   margin: 0 !important;
 }
 
-tab[selected="true"] {
+tab[visuallyselected="true"] {
   font-weight: bold;
   background-color: #008484;
 }
@@ -71,7 +72,7 @@ tab:first-of-type {
   -moz-margin-start: 5px;
 }
 /*
-tab:first-of-type[selected="true"] {
+tab:first-of-type[visuallyselected="true"] {
   -moz-padding-end: 5px;
   -moz-padding-start: 5px;
 }