From 55ee3e73f2981927e330bbea39886847f5d7e4cc Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 24 Dec 2018 01:27:23 +0000 Subject: [PATCH] fixes navbar button backgrounds --- Yavsc/wwwroot/css/main/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Yavsc/wwwroot/css/main/bootstrap.css b/Yavsc/wwwroot/css/main/bootstrap.css index ef8f5637..847a3f61 100644 --- a/Yavsc/wwwroot/css/main/bootstrap.css +++ b/Yavsc/wwwroot/css/main/bootstrap.css @@ -5561,10 +5561,12 @@ fieldset[disabled] .navbar-default .btn-link:focus { .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; + background-color: #0008; } .navbar-inverse .navbar-text { color: #9d9d9d; + background-color: #fff8; } .navbar-inverse .navbar-nav>li>a { @@ -5575,7 +5577,7 @@ fieldset[disabled] .navbar-default .btn-link:focus { .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #fff; - background-color: transparent; + background-color: #8009; } .navbar-inverse .navbar-nav>.active>a,