From ab1b5fa0bbe290ef86226abe1054dab08c7a0b9d Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 16 Aug 2019 11:45:31 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BE=AE=E8=B0=83=E6=95=B4=E9=A1=B5?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/lte.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/lte.css b/Bootstrap.Admin/wwwroot/css/lte.css index cb24132d..68079998 100644 --- a/Bootstrap.Admin/wwwroot/css/lte.css +++ b/Bootstrap.Admin/wwwroot/css/lte.css @@ -151,6 +151,10 @@ aside { } /* color */ +body { + background: #ecf0f5; +} + .header, aside .nav-brand, .userinfo .dropdown-menu, .userinfo .dropdown-item { background: #3c8dbc; } @@ -175,6 +179,14 @@ aside { border-bottom: 1px solid #3c8dbc; } +.card { + border-top-color: #3c8dbc; +} + + .card:hover { + border-top-color: #2c6ca2; + } + @media (min-width: 769px) { .header { margin-left: 210px;