mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Styling for construction preset icon area
This commit is contained in:
+4
-2
@@ -344,10 +344,12 @@ path.fill.tag-landuse-landfill {
|
||||
.pattern-color-construction {
|
||||
fill: rgba(196, 189, 25, 0.2);
|
||||
}
|
||||
path.stroke.tag-landuse.tag-status {
|
||||
path.stroke.tag-landuse.tag-status,
|
||||
path.stroke.tag-landuse-construction {
|
||||
stroke: rgb(196, 189, 25);
|
||||
}
|
||||
.preset-icon-fill-area.tag-landuse.tag-status {
|
||||
.preset-icon-fill-area.tag-landuse.tag-status,
|
||||
.preset-icon-fill-area.tag-landuse-construction {
|
||||
border-color: rgb(196, 189, 25);
|
||||
background-color: rgba(196, 189, 25, 0.2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user