diff --git a/Bootstrap.Admin/wwwroot/css/blue.css b/Bootstrap.Admin/wwwroot/css/blue.css index 8fef3f17..fc7c3a63 100644 --- a/Bootstrap.Admin/wwwroot/css/blue.css +++ b/Bootstrap.Admin/wwwroot/css/blue.css @@ -16,7 +16,8 @@ color: rgba(0, 0, 0, 0.9); } -.dropdown-item:hover, .nav .dropdown-item:nth-of-type(odd):hover, .dropdown-item:active, .dropdown-item.active { +.dropdown-item:hover, .nav .dropdown-item:nth-of-type(odd):hover, .dropdown-item:active, .dropdown-item.active, +.bootstrap-table .export .dropdown-menu li:hover { background-color: #77afd5; } diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index fdbc685f..64f26d74 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -411,6 +411,18 @@ input.pending { margin-bottom: 6px; } + .bootstrap-table .export .dropdown-menu a { + min-width: 110px; + } + + .bootstrap-table .export .dropdown-menu { + padding-bottom: 8px; + } + + .bootstrap-table .export .dropdown-menu li:hover { + background-color: #f8f9fa; + } + .card-body .bootstrap-table { margin-top: -10px; }