From 1163523c4c2975ae8d83c810788637c6eeeb6a9f Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Thu, 10 Nov 2016 12:28:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=B4=E9=83=A8=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=A0=8F=E6=A0=8F=E8=84=9A=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/site.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/Content/css/site.css b/Bootstrap.Admin/Content/css/site.css index 46fdae0f..7f65d58d 100644 --- a/Bootstrap.Admin/Content/css/site.css +++ b/Bootstrap.Admin/Content/css/site.css @@ -298,15 +298,15 @@ div button span { display: inline-block; } - .notify-row .bg-success, .notify-row .dropdown-menu.tasks-bar li p, .notify-row .dropdown-menu.tasks-bar li:last-child { + .notify-row .bg-success, .notify-row .dropdown-menu.tasks-bar li p { background: #a9d86e; } - .notify-row .bg-important, .notify-row .dropdown-menu.inbox li p, .notify-row .dropdown-menu.inbox li:last-child { + .notify-row .bg-important, .notify-row .dropdown-menu.inbox li p { background: #ff6c60; } - .notify-row .bg-warning, .notify-row .dropdown-menu.notification li p, .notify-row .dropdown-menu.notification li:last-child { + .notify-row .bg-warning, .notify-row .dropdown-menu.notification li p { background: #FCB322; }