From 6726b7fee0c712ee4ef6d052d5b4f56034a01275 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 3 Mar 2014 11:56:03 -0800 Subject: [PATCH] Dashboard: Restore colors/appearance for alert items --- ui/css/cloudstack3.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 5681f0a6768..77c548792f1 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4473,6 +4473,9 @@ Dialogs*/ } .dashboard.admin .dashboard-container.sub.alerts ul li { + border: 1px solid #FF7070; + border-left-width: 20px; + background: #FFEFEF; } .dashboard.admin .dashboard-container.sub.alerts ul li span.title {