summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-09-30 10:58:49 +0200
committermkanat%bugzilla.org <>2009-09-30 10:58:49 +0200
commit2594ac1a4d32fe6ec0c2e67887857f6d634cbc0c (patch)
tree58e25ed444ecf1e063d9ff69866019ffc53eb70b /skins
parentac905a580c68bcf9b4ddaaff636969575aab4c64 (diff)
downloadbugzilla-2594ac1a4d32fe6ec0c2e67887857f6d634cbc0c.tar.gz
bugzilla-2594ac1a4d32fe6ec0c2e67887857f6d634cbc0c.tar.xz
Bug 452750: Make it easier to distinguish visited links in Dusk from normal text.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Dusk/global.css25
1 files changed, 8 insertions, 17 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css
index fd9099368..5cb879a1a 100644
--- a/skins/contrib/Dusk/global.css
+++ b/skins/contrib/Dusk/global.css
@@ -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,