From b5d5d751d0b1344c7577dfe268424df5eed8118e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Mon, 15 Jun 2009 14:33:51 +0000 Subject: [PATCH] Perf: Several speed optimizing after using the Google Page Speed plugin for firebug --- htdocs/theme/bluelagoon/bluelagoon.css | 4 ---- htdocs/theme/eldy/eldy.css.php | 2 +- htdocs/theme/yellow/yellow.css.php | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) 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; -- GitLab