From 1b1cae7c43c13db610a271537a3e788df561b667 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 29 Aug 2019 18:14:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(#I11DRP):=20AdminLTE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E5=AF=BC=E8=88=AA=E6=9D=A1=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E6=97=A0=E6=B3=95=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment comment #I11DRP #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I11DRP --- Bootstrap.Admin/wwwroot/css/lte.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/lte.css b/Bootstrap.Admin/wwwroot/css/lte.css index 7fa327b1..b4a1deba 100644 --- a/Bootstrap.Admin/wwwroot/css/lte.css +++ b/Bootstrap.Admin/wwwroot/css/lte.css @@ -211,11 +211,11 @@ aside .nav-brand { color: #b8c7ce; } -.header, .header .breadcrumb-item a, aside .nav-brand a, .sidebar-toggle-box, .userinfo .dropdown-toggle, .header .nav a, .userinfo .dropdown-item, .userinfo .dropdown-item a, .userinfo .dropdown-item:last-child a { +.header, .header .breadcrumb-item a, aside .nav-brand a, .sidebar-toggle-box, .userinfo .dropdown-toggle, .header .nav .dropdown > a, .userinfo .dropdown-item, .userinfo .dropdown-item a, .userinfo .dropdown-item:last-child a { color: #eee; } - .sidebar-toggle-box:hover, aside .nav-brand a:hover, .userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .header .nav a:hover, .sidebar .nav-link:hover, .userinfo .dropdown-item:hover, .userinfo .dropdown-item a:hover, .userinfo .dropdown-item:last-child a:hover { + .sidebar-toggle-box:hover, aside .nav-brand a:hover, .userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .header .nav .dropdown > a:hover, .sidebar .nav-link:hover, .userinfo .dropdown-item:hover, .userinfo .dropdown-item a:hover, .userinfo .dropdown-item:last-child a:hover { color: #fff; } @@ -240,6 +240,10 @@ aside .nav-brand { border-bottom: 1px solid #367fa9; } +.header .nav .dropdown-menu a { + color: #333; +} + .breadcrumb > li > a { color: #444; }