From fb7c07c8713fb2a15a88e767a78d8e8cc1545fb8 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Fri, 5 Oct 2018 14:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E8=B0=83=E6=95=B4dropdown-footer=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index 1127fbf3..a4c31058 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -183,7 +183,7 @@ a, a:hover, a:focus { .nav .dropdown-footer { padding: 6px 0; - background-color: rgba(0, 0, 0, 0.1); + background-color: #f1f2f7; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }