From 64944f041c401018134cc5acfa9cc52a98359e6a Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 7 Mar 2019 22:34:44 +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=BE=AE=E8=B0=83=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0hover?= =?UTF-8?q?=E7=89=B9=E6=95=88=20link=20#IS7XU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/blue.css | 3 ++- Bootstrap.Admin/wwwroot/css/theme.css | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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; }