From 40cc0318879a80e9a9ef579eb128c3b47d5f36b8 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Mon, 1 Oct 2018 13:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0card-header=E5=86=85=E9=83=A8=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE=E5=8A=A8=E7=94=BB=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 5d9fc490..37bd6a76 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -210,6 +210,14 @@ input.pending { margin-top: -10px; } +.card-header a.fa { + transition: color .3s linear; +} + + .card-header a.fa:hover { + color: #333; + } + .fixed-table-toolbar .dropdown-menu { min-width: unset; }