]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 227380 - bad color contrast for links in error messages
authorRojanu <aliustek@gmail.com>
Wed, 18 Dec 2013 10:35:33 +0000 (20:35 +1000)
committerSimon Green <sgreen@redhat.com>
Wed, 18 Dec 2013 10:35:33 +0000 (20:35 +1000)
r=simon, a=sgreen

skins/standard/global.css

index d8d44ddf06d1c6e5d81ee0659c5e1c167757c77f..3d3be8331ea7c5db5390e54238ec81c8d7ae588b 100644 (file)
@@ -383,6 +383,10 @@ input.requestee {
     padding: 0.5em 1em;
 }
 
+.throw_error a:visited {
+    color: darkblue ;
+}
+
 dt {
     font-weight: bold;
 }