]> 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:29:59 +0000 (20:29 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 28 Sep 2010 03:29:59 +0000 (20:29 -0700)
doesn't look misaligned on gray backgrounds.
r=pyrzak, a=mkanat

skins/standard/global.css

index 8993467ef4151436d8a853aa698378ee0f411908..feb21b535fe68cf1d73be537220af17ef2054906 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;