From 0cbb5e89bccb77f3b48ca3cd9417e592311e0cac Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 9 Aug 2018 15:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E7=A7=BB=E9=99=A4?= =?UTF-8?q?.focus=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index f536b8b3..49bdb937 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -132,3 +132,7 @@ input.pending { border-color: #28a745; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6); } + +.close:focus { + outline: none; +}