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

skins/standard/global.css

index 48af2d5626e4a198bb4ab35b7353e4f61ddb89fc..fa5c5cf950f0e42b9974d173efa0aba556a977ea 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;