]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 452750: Make it easier to distinguish visited links in Dusk from normal text.
authormkanat%bugzilla.org <>
Wed, 30 Sep 2009 08:58:49 +0000 (08:58 +0000)
committermkanat%bugzilla.org <>
Wed, 30 Sep 2009 08:58:49 +0000 (08:58 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat

skins/contrib/Dusk/global.css

index fd90993687ea0e75ff1cecc23c502c3b2953015f..5cb879a1a3a32a5d825a46c95c5ca49156f9d542 100644 (file)
@@ -45,8 +45,12 @@ body {
     border: none;
 }
 
-#header a {
+#header a, #footer a {
     color: white;
+    text-decoration: none;
+}
+#header a:hover, #footer a:hover {
+    text-decoration: underline;
 }
 
 /* body */
@@ -62,20 +66,11 @@ body {
     -moz-border-radius: 5px;
 }
 
-a, a:hover {
-    color: #6169c0;
+a {
+    color: #6070cf;
 }
-
-a:visited {
-    color: #3d4a68;
-}
-
-a, a:visited {
-    text-decoration: none;
-}
-
 a:hover {
-    text-decoration: underline;
+    color: #8090ef;
 }
 
 hr {
@@ -184,10 +179,6 @@ hr {
     -moz-border-radius: 5px;
 }
 
-#footer a {
-    color: white;
-}
-
 #footer #links-actions,
 #footer #links-edit,
 #footer #links-saved,