diff options
author | Byron Jones <bjones@mozilla.com> | 2013-11-01 08:39:59 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-11-01 08:39:59 +0100 |
commit | e5d385374cb02e7d6b1b2013144135264ec5d29a (patch) | |
tree | 49e83687a3a08a749ac79ea41ea91bbc8acf2b50 /skins/contrib/Dusk-Segoe | |
parent | 682a16ef7a6bcd78cac1748f431ab3912269a929 (diff) | |
download | bugzilla-e5d385374cb02e7d6b1b2013144135264ec5d29a.tar.gz bugzilla-e5d385374cb02e7d6b1b2013144135264ec5d29a.tar.xz |
Bug 911812: make the user profile more discoverable
Diffstat (limited to 'skins/contrib/Dusk-Segoe')
-rw-r--r-- | skins/contrib/Dusk-Segoe/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/contrib/Dusk-Segoe/global.css b/skins/contrib/Dusk-Segoe/global.css index f431aceba..e9fb55e08 100644 --- a/skins/contrib/Dusk-Segoe/global.css +++ b/skins/contrib/Dusk-Segoe/global.css @@ -242,6 +242,10 @@ hr { background-color: #f0f0f0; } +.arrow_down { + border-top-color: #6070cf; +} + /* Rules specific for printing */ @media print { #header, |