diff --git a/static/css/quay.css b/static/css/quay.css index 28ca2c2ee..416a000a2 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -21,6 +21,16 @@ nav.navbar-default .navbar-nav>li>a { font-weight: 600; } +.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { + color: #BEE1FF; +} + +.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { + cursor: pointer; + background: transparent !important; + color: white; +} + .notification-view-element { cursor: pointer; margin-bottom: 10px; @@ -1206,6 +1216,18 @@ i.toggle-icon:hover { display: none; } +.landing-page .nav > li > a { + border-radius: 4px; +} + +.landing-page .nav > li > a:hover, .landing-page .nav > li > a:focus { + background: rgba(255, 255, 255, 0.4); +} + +.landing-page .nav .open>a, .landing-page .nav .open>a:hover, .landing-page .nav .open>a:focus { + background: transparent; +} + .landing { position: relative; }