From: Christian Legnitto Date: Tue, 28 Sep 2010 03:32:21 +0000 (-0700) Subject: Bug 598213: Change the color of the border on the header so that the header X-Git-Tag: bugzilla-3.6.3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce42c6f3051ac114a915d4ce65b4c89a69808c5f;p=thirdparty%2Fbugzilla.git Bug 598213: Change the color of the border on the header so that the header doesn't look misaligned on gray backgrounds. r=pyrzak, a=mkanat --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 48af2d5626..fa5c5cf950 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -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;