From ed4bd36a17d99ae91771656bf8d12e953ccd0030 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 30 Sep 2015 18:19:07 +0530 Subject: [PATCH] metrics: add css rules for alert/notification table cell colorings Signed-off-by: Rohit Yadav --- ui/css/cloudstack3.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c6a85e8fe8e..954bd0e09ae 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -361,6 +361,16 @@ table.no-split td.first { border-right: 1px solid #C6C3C3; } +td.alert-notification-threshold { + color: #E87900; + background-color: rgba(255, 231, 175, 0.75); +} + +td.alert-disable-threshold { + color: #F50000; + background-color: rgba(255, 190, 190, 0.75); +} + /** Header, misc*/ #template { display: none;