From: wurblzap%gmail.com <> Date: Mon, 10 Sep 2007 03:41:09 +0000 (+0000) Subject: Bug 395413 – With the Dusk skin, text enclosed in is displayed... X-Git-Tag: bugzilla-3.1.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419f1be5151bd8d19a5bb82c5b4b1d668045a41b;p=thirdparty%2Fbugzilla.git Bug 395413 – With the Dusk skin, text enclosed in is displayed in blue. Patch by Marc Schumann ; r=LpSolit; a=LpSolit --- diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index 957da19338..e13743a19c 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -59,17 +59,22 @@ body { -moz-border-radius: 5px; } -a, -a:link { +a:link, +a:link:hover { color: #6169c0; - text-decoration: none; } a:visited { color: #3d4a68; } -a:hover { +a:link, +a:visited { + text-decoration: none; +} + +a:link:hover, +a:visited:hover { text-decoration: underline; }