aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-11-04 21:29:23 +0100
committerMario Vavti <mario@mariovavti.com>2016-11-04 21:29:23 +0100
commit471d88c1d2708de8d5ef9bc5923b62c4084046e4 (patch)
treec16c5b56e94e921407f4b8c418a3d728ac21bd7b /view/theme/redbasic/css
parent4a738024cc9eab4d893357d45d9483ddcdda116c (diff)
downloadvolse-hubzilla-471d88c1d2708de8d5ef9bc5923b62c4084046e4.tar.gz
volse-hubzilla-471d88c1d2708de8d5ef9bc5923b62c4084046e4.tar.bz2
volse-hubzilla-471d88c1d2708de8d5ef9bc5923b62c4084046e4.zip
some fixes for the recent changes in the personal menu dropdown
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a6d1d2a7e..a7ce3af38 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1515,7 +1515,11 @@ nav .dropdown-menu {
color: $nav_icon_colour;
}
-#avatar:hover + #usermenu-caret {
+.usermenu-head {
+ float: left;
+}
+
+.usermenu-head:hover #usermenu-caret {
color: $nav_active_icon_colour;
}