From 4890a8d4f33597e1fd228c7df67dae5bc7bd5b03 Mon Sep 17 00:00:00 2001 From: ARvind Tiwari Date: Fri, 4 Aug 2017 00:42:34 +0530 Subject: [PATCH] background color for nav active item changed to transparent --- hosting/static/hosting/css/landing-page.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 310ccb8d..f87b3783 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -740,4 +740,9 @@ a.unlink:hover { .visible-desktop { display: none !important; } +} + +.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, +.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { + background-color: transparent; } \ No newline at end of file