Added colors to issue list icons

Corrected icon for warnings
Made disconnected_highway issue a warning instead of an error
This commit is contained in:
Quincy Morgan
2018-12-19 13:07:47 -05:00
parent a95af00b1d
commit 6a931f9be6
3 changed files with 16 additions and 8 deletions
+9 -1
View File
@@ -2825,7 +2825,9 @@ div.full-screen > button:hover {
}
/* Issues List */
.issues-list label {
padding: 5px;
}
.issues-list label > span {
display: inline;
white-space: normal;
@@ -2837,9 +2839,15 @@ div.full-screen > button:hover {
.issues-list li.severity-warning {
background: #ffb;
}
.issues-list li.severity-warning .icon {
color: #FFB300
}
.issues-list li.severity-error {
background: #FFD5D4;
}
.issues-list li.severity-error .icon {
color: #DD1400
}
/* Background - Display Options Sliders
------------------------------------------------------- */