You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Splunk_Deploiement/apps/metricator-for-nmon/appserver/static/alerting_threshold.css

22 lines
378 B

/* red color for alerting */
td.red-data-bar-cell {
padding: 4px 8px;
}
td.red-data-bar-cell .red-data-bar-wrapper .red-data-bar {
height: 16px;
min-width: 1px;
background-color: #CD5C5C;
font-weight: bold;
}
.red-data-bar-over { color: #FFFFFF; }
.red-data-bar-under { color: #000000; }
.red-data-bar-wrapper {
border-style: solid;
border-width: 1px;
}