metrics: add css rules for alert/notification table cell colorings

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-09-30 18:19:07 +05:30
parent 6d7663593f
commit ed4bd36a17
1 changed files with 10 additions and 0 deletions

View File

@ -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;