mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Give missing maxspeed its own marker color style
There are a lot of these
This commit is contained in:
+4
-1
@@ -88,7 +88,6 @@
|
||||
.kr_error_type_110, /* poi without name */
|
||||
.kr_error_type_150, /* railway crossing without tag */
|
||||
.kr_error_type_220, /* misspelled tag */
|
||||
.kr_error_type_300, /* missing maxspeed */
|
||||
.kr_error_type_380, /* non-physical sport tag */
|
||||
.kr_error_type_390 { /* missing tracktype */
|
||||
color: #5d0;
|
||||
@@ -124,6 +123,10 @@
|
||||
color: #ace;
|
||||
}
|
||||
|
||||
.kr_error_type_300 { /* missing maxspeed */
|
||||
color: #090;
|
||||
}
|
||||
|
||||
.kr_error_type_360, /* language unknown */
|
||||
.kr_error_type_370, /* doubled places */
|
||||
.kr_error_type_410 { /* website issues */
|
||||
|
||||
Reference in New Issue
Block a user