diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -110,17 +110,22 @@ margin-bottom: 2px; background: rgba(0,35,0,0.9); padding: 2px; } -#tabs li a:link { - color: rgba(255,255,255,1); +#tabs li a:link +{ + color: rgb(255,255,255); + color: rgba(255,255,255,1); } -#tabs li a:visited { - color: rgba(255,255,255,1); +#tabs li a:visited +{ + color: rgb(255,255,255); + color: rgba(255,255,255,1); } #tabs li a:hover, .ui-tabs-selected a { background: rgb(200,200,200) !important; /* fallback */ - background: rgba(200,200,200,1)!important; - color: rgb(0,0,0)!important; + background: rgba(200,200,200,1)!important; + + color: rgb(0,0,0)!important; } #tabs li a:active { color: rgba(200,200,200,1);