From 8ec5b543e3032a9d2ce2cdfca892c2df05ae4786 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Wed, 15 Aug 2018 16:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0input-group=20.btn=E9=BB=98=E8=AE=A4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=AE=BE=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 376ff27e..7c8f89ba 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -12,6 +12,11 @@ box-shadow: none !important; } +.input-group .btn { + background-color: #e9ecef; + border-color: #ced4da; +} + .close:focus { outline: none; }