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.
25 lines
375 B
25 lines
375 B
|
|
/* Cell Highlighting */
|
|
|
|
/*
|
|
#highlight td {
|
|
background-color: #c1ffc3 !important;
|
|
}
|
|
*/
|
|
|
|
#highlight td.range-low {
|
|
background-color: #00CC00;
|
|
}
|
|
|
|
#highlight td.range-elevated {
|
|
background-color: #FF9933 !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#highlight td.range-severe {
|
|
background-color: #FF0000 !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|