diff --git a/htdocs/theme/bluelagoon/bluelagoon.css b/htdocs/theme/bluelagoon/bluelagoon.css index 337462884a3..63c1a0f2add 100644 --- a/htdocs/theme/bluelagoon/bluelagoon.css +++ b/htdocs/theme/bluelagoon/bluelagoon.css @@ -353,14 +353,10 @@ a.tab { text-decoration: none; white-space: nowrap; } - - - a.tab:active { background: #dee7ec; border-bottom: #dee7ec 1px solid; } - a.tab:hover { background: #dee7ec; text-decoration: none; diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index c028f3aaee7..1cddc647466 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -583,7 +583,7 @@ a.tab:visited { border-left: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; } -a.tab:active { +a.tab#active { background: #dee7ec; border-bottom: #dee7ec 1px solid; font-family: helvetica, verdana, arial, sans-serif; diff --git a/htdocs/theme/yellow/yellow.css.php b/htdocs/theme/yellow/yellow.css.php index ec8da41ed56..abfb016817d 100644 --- a/htdocs/theme/yellow/yellow.css.php +++ b/htdocs/theme/yellow/yellow.css.php @@ -481,7 +481,7 @@ a.tab:visited { text-decoration: none; white-space: nowrap; } -a.tab:active { +a.tab#active { background: #dcdcd3; border-bottom: #dcdcd3 1px solid; padding: 0px 6px;