Bug 1398973 - Show active tab with a color stripe to make it more visible. r=IanN a=IanN
--- a/suite/themes/classic/navigator/tabbrowser.css
+++ b/suite/themes/classic/navigator/tabbrowser.css
@@ -45,16 +45,24 @@ tabpanels {
.tabbrowser-tab[busy] {
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
}
.tabbrowser-tab[selected="true"] {
margin-bottom: 0px;
padding-top: 2px; /* compensates the top margin of background tabs */
padding-bottom: 3px; /* compensates the bottom margin of background tabs */
+ background-color: -moz-dialog;
+ -moz-border-top-colors: unset;
+ -moz-border-right-colors: unset;
+ color: -moz-dialogtext;
+ border: 1px solid Gray;
+ border-top: 2px solid RoyalBlue;
+ border-bottom: 0px none;
+ -moz-appearance: none;
}
.tabbrowser-tab:-moz-lwtheme {
text-shadow: none;
}
.scrollbutton-up:-moz-lwtheme,
.scrollbutton-down:-moz-lwtheme:not([selected="true"]),