From 419f1be5151bd8d19a5bb82c5b4b1d668045a41b Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Mon, 10 Sep 2007 03:41:09 +0000 Subject: Bug 395413 – With the Dusk skin, text enclosed in is displayed in blue. Patch by Marc Schumann ; r=LpSolit; a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/contrib/Dusk/global.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'skins') diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index 957da1933..e13743a19 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; } -- cgit v1.2.3-24-g4f1b