From: Christian Legnitto Date: Tue, 28 Sep 2010 03:29:59 +0000 (-0700) Subject: Bug 598213: Change the color of the border on the header so that the header X-Git-Tag: bugzilla-4.1.1~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f63ac679439c2460d3087eedc319a353bf4ea082;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 8993467ef4..feb21b535f 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;