summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-02-02 15:06:56 +0100
committerByron Jones <glob@mozilla.com>2015-02-02 15:06:56 +0100
commit54f968d628c0cf6de505e82be06f964253ca12b7 (patch)
tree03932193fb64d11a166af5dfce52f6ed67e09a5c /skins/custom
parent2344279351712a6ad4176da273ecebb0bf1ff57d (diff)
downloadbugzilla-54f968d628c0cf6de505e82be06f964253ca12b7.tar.gz
bugzilla-54f968d628c0cf6de505e82be06f964253ca12b7.tar.xz
Bug 1128401: user-menu down-drop arrows are miss-aligned
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/global.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/custom/global.css b/skins/custom/global.css
index cc155124a..b4220663d 100644
--- a/skins/custom/global.css
+++ b/skins/custom/global.css
@@ -75,3 +75,8 @@ a.controller {
.highlighted {
background: lightyellow;
}
+
+/* user dropdown menu down-arrow */
+.vcard a .fn:after, .vcard a .ln:after {
+ content: ' \25BE';
+}