diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-04 21:29:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-04 21:29:23 +0100 |
commit | 471d88c1d2708de8d5ef9bc5923b62c4084046e4 (patch) | |
tree | c16c5b56e94e921407f4b8c418a3d728ac21bd7b /view/theme/redbasic/css | |
parent | 4a738024cc9eab4d893357d45d9483ddcdda116c (diff) | |
download | volse-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.css | 6 |
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; } |