CanvasBlocker/options/sanitize.css

19 lines
205 B
CSS
Raw Normal View History

2018-10-09 08:14:50 +02:00
.resolutions {
display: block;
}
.complaint.high {
background-color: red;
}
.complaint.medium {
background-color: orange;
}
.complaint.low {
background-color: yellow;
2019-09-11 23:49:50 +02:00
}
ul {
padding-left: 1.2em;
2018-10-09 08:14:50 +02:00
}