]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 598213: Change the color of the border on the header so that the header
authorChristian Legnitto <clegnitto@mozilla.com>
Tue, 28 Sep 2010 03:31:25 +0000 (20:31 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 28 Sep 2010 03:31:25 +0000 (20:31 -0700)
doesn't look misaligned on gray backgrounds.
r=pyrzak, a=mkanat

skins/standard/global.css

index 257f0f28d30070238c96d63bf109d85ff8456cb2..7aef9eee5c18aefb534f00d2e57aeeb64e97807d 100644 (file)
@@ -53,9 +53,9 @@
     }
 
     #header .links {
-        border-left: 1px solid silver;
-        border-right: 1px solid silver;
-        border-bottom: 1px solid silver;
+        border-left: 1px solid #747E93;
+        border-right: 1px solid #747E93;
+        border-bottom: 1px solid #747E93;
         -moz-border-radius-bottomleft: 5px;
         -moz-border-radius-bottomright: 5px;
         padding: 0.5em;