mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
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:
+9
-1
@@ -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
|
||||
------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user