From: xenophenes Date: Mon, 18 Dec 2017 00:27:55 +0000 (-0800) Subject: update menu link hovers X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9524673ca830fe73848c658ef6e17dc5c15658b2;p=pgopen2018.git update menu link hovers --- diff --git a/static/css/style.css b/static/css/style.css index 0d15960..0a3c49e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -507,17 +507,13 @@ background-color: rgba(0,0,0,0); } + .fixedtheme .navbar-nav > li.active, + .fixedtheme .navbar-nav > li > a:focus, + .fixedtheme .navbar-nav > li > a:hover, .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.open { - color: #fff; - background-color: rgba(0,0,0,0) - } - - .fixedtheme .navbar-nav > li.active, - .fixedtheme .navbar-nav > li > a:focus, - .fixedtheme .navbar-nav > li > a:hover { color: #383b43; }