From: rabuzarus <> Date: Sun, 3 Apr 2016 13:07:13 +0000 (+0200) Subject: first fix for mobile nav user menu (needs more work) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=863da63c5604fcd8ad699e2faa5b9df4a6a4b73e;p=friendica.git first fix for mobile nav user menu (needs more work) --- diff --git a/css/style.css b/css/style.css index 617d535370..d15d9724c5 100644 --- a/css/style.css +++ b/css/style.css @@ -464,6 +464,11 @@ nav.navbar a { right: -2px; background-color: #ff8989; } +#myNavmenu li, +#myNavmenu a { + background-color: $nav_bg; + color: $nav_icon_color; +} #topbar-first .dropdown.account>a, #topbar-first .dropdown.account.open>a, #topbar-first .dropdown.account>a:hover,