diff options
author | Christian Legnitto <clegnitto@mozilla.com> | 2010-09-28 05:29:59 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-09-28 05:29:59 +0200 |
commit | f63ac679439c2460d3087eedc319a353bf4ea082 (patch) | |
tree | 3cc19832b42b2794b9d2b6547f600350eb2793ae /skins/standard | |
parent | 4e36bf4d55c01c35c1e62fc1e347d49d6c0326c3 (diff) | |
download | bugzilla-f63ac679439c2460d3087eedc319a353bf4ea082.tar.gz bugzilla-f63ac679439c2460d3087eedc319a353bf4ea082.tar.xz |
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
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 8993467ef..feb21b535 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; |