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.
46 lines
955 B
46 lines
955 B
/* Custom Icons */
|
|
td.icon {
|
|
text-align: center;
|
|
}
|
|
td.icon i {
|
|
font-size: 25px;
|
|
text-shadow: 1px 1px #aaa;
|
|
}
|
|
td.icon .severe {
|
|
color: red;
|
|
}
|
|
td.icon .elevated {
|
|
color: orangered;
|
|
}
|
|
td.icon .low {
|
|
color: #006400;
|
|
}
|
|
/* Row Coloring */
|
|
#highlight tr td {
|
|
background-color: #c1ffc3 !important;
|
|
}
|
|
#highlight tr.range-elevated td {
|
|
background-color: #ffc57a !important;
|
|
}
|
|
#highlight tr.range-severe td {
|
|
background-color: #d59392 !important;
|
|
}
|
|
#highlight .table td {
|
|
border-top: 1px solid #fff;
|
|
}
|
|
#highlight td.range-severe, td.range-elevated {
|
|
font-weight: bold;
|
|
}
|
|
.icon-inline i {
|
|
font-size: 18px;
|
|
margin-left: 5px;
|
|
}
|
|
.icon-inline i.icon-alert-circle {
|
|
color: #ef392c;
|
|
}
|
|
.icon-inline i.icon-alert {
|
|
color: #ff9c1a;
|
|
}
|
|
.icon-inline i.icon-check {
|
|
color: #5fff5e;
|
|
} |