diff --git a/toolkit/themes/pinstripe/global/tabbox.css b/toolkit/themes/pinstripe/global/tabbox.css index 6a68ed184ea0..0b8a31f432d3 100644 --- a/toolkit/themes/pinstripe/global/tabbox.css +++ b/toolkit/themes/pinstripe/global/tabbox.css @@ -108,6 +108,8 @@ tabs.tabs-bottom > tab:not([selected=true]):hover { tabbox.tabs-bottom > tabs > tab[selected=true], tabs.tabs-bottom > tab[selected=true] { + color: #000; + text-shadow: none; border: solid #888; border-width: 0 2px 2px; border-radius: 2px;