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; }