From f666e20ece4f0878149a706e070ca6fb14a3f73f Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sat, 29 Sep 2018 14:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0model=E7=AA=97=E4=BD=93close=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=BC=A0=E6=A0=87=E6=82=AC=E5=81=9C=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E6=95=88=E6=9E=9C=EF=BC=8C=E4=BF=AE=E5=A4=8Dbootstrap-table?= =?UTF-8?q?=E5=88=97=E8=8F=9C=E5=8D=95top=E9=97=B4=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 12 ++++++++++-- Bootstrap.Client/wwwroot/css/theme.css | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 8a43c29a..9fd1c8b1 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -17,10 +17,14 @@ border-color: #ced4da; } -.close:focus { - outline: none; +.close { + transition: all .25s linear; } + .close:focus { + outline: none; + } + .dropdown-divider { margin: 0.125rem 0; } @@ -144,6 +148,10 @@ input.pending { border-bottom: none; } + .bootstrap-table .fixed-table-toolbar .columns-right .btn-group .dropdown-menu { + padding: 10px 0; + } + .card { margin-bottom: 15px; } diff --git a/Bootstrap.Client/wwwroot/css/theme.css b/Bootstrap.Client/wwwroot/css/theme.css index 28a1b9e1..d927d0b3 100644 --- a/Bootstrap.Client/wwwroot/css/theme.css +++ b/Bootstrap.Client/wwwroot/css/theme.css @@ -17,10 +17,14 @@ border-color: #ced4da; } -.close:focus { - outline: none; +.close { + transition: all .25s linear; } + .close:focus { + outline: none; + } + .dropdown-divider { margin: 0.125rem 0; } @@ -144,6 +148,10 @@ input.pending { border-bottom: none; } + .bootstrap-table .fixed-table-toolbar .columns-right .btn-group .dropdown-menu { + padding: 10px 0; + } + .card { margin-bottom: 15px; }