summaryrefslogtreecommitdiffstats
path: root/skins/custom/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/custom/global.css')
-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';
+}