From bf0398fe91d11f690493d012473db4efc68ea295 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 17 Jan 2020 10:31:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(#I18IIH):=20=E9=BB=98=E8=AE=A4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E5=A2=9E=E5=8A=A0=E7=94=A8=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=9D=A2=E6=9D=BF=E9=BC=A0=E6=A0=87=E6=82=AC=E5=81=9C?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment comment #I18IIH 个人中心 设置 消息 三个选项颜色设置为 #fff #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I18IIH --- src/admin/Bootstrap.Admin/wwwroot/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/admin/Bootstrap.Admin/wwwroot/css/theme.css b/src/admin/Bootstrap.Admin/wwwroot/css/theme.css index 6977a2be..55543ff7 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/css/theme.css +++ b/src/admin/Bootstrap.Admin/wwwroot/css/theme.css @@ -124,6 +124,10 @@ aside .bg, aside .nav-brand, aside .nav-header, .header .nav, .userinfo .dropdow flex: 1 1 33.333%; } + .userinfo .dropdown-item a:hover { + color: #333; + } + .userinfo .dropdown-item a i { font-size: 1.025rem; display: block;