]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 395413 รข\80\93 With the Dusk skin, text enclosed in <a name=""></a> is displayed...
authorwurblzap%gmail.com <>
Mon, 10 Sep 2007 03:41:09 +0000 (03:41 +0000)
committerwurblzap%gmail.com <>
Mon, 10 Sep 2007 03:41:09 +0000 (03:41 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit; a=LpSolit

skins/contrib/Dusk/global.css

index 957da193380659762a61496c50ca9b8fa3aab474..e13743a19c8089dfca17737a8be0eb72b62700e3 100644 (file)
@@ -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;
 }