From e300264574ac3bbd621596edb5a0dfe20fc6a525 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Mon, 6 Aug 2018 18:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E5=8F=B3=E4=BE=A7=E7=99=BB=E5=BD=95=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=A1=86focus=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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index 76b0a4e3..bfe4a859 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -67,8 +67,10 @@ a, a:hover, a:focus { } .header > .dropdown > a:hover, .header > .dropdown.show > a, .notify-row > li > a:hover { - border: 1px solid #777; - color: #333 + border: 1px solid #337ab7; + color: #333; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); } .header > .dropdown > a span {