From b7de50f8208d6216d4778438360cf8de40d6d590 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 9 May 2019 14:42:36 +0800 Subject: [PATCH] =?UTF-8?q?doc(css):=20=E6=9B=B4=E6=96=B0alert=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment 增加alert-info与alert-danger样式 --- Bootstrap.Admin/wwwroot/css/theme.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index d4984a59..876e4581 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -531,6 +531,14 @@ input.pending { color: rgba(255,255,255,.8); } - .refreshIcon:hover { - color: #fff; - } \ No newline at end of file + .refreshIcon:hover { + color: #fff; + } + +.alert-info { + border-left: solid 4px #53d0e4; +} + +.alert-danger { + border-left: solid 4px #f78792; +}