mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Make area fill white instead of red. Fixes #323
This commit is contained in:
@@ -111,13 +111,13 @@ path.stroke.railway-subway {
|
||||
|
||||
path.area {
|
||||
stroke-width:2;
|
||||
stroke:red;
|
||||
stroke:#fff;
|
||||
fill:#fff;
|
||||
fill-opacity:0.3;
|
||||
}
|
||||
|
||||
path.area.selected {
|
||||
stroke-width:3 !important;
|
||||
stroke-width:4 !important;
|
||||
}
|
||||
|
||||
path.area.natural {
|
||||
|
||||
Reference in New Issue
Block a user