mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Semi-transparent roads
This commit is contained in:
13
css/map.css
13
css/map.css
@@ -65,6 +65,13 @@ circle.handle {
|
||||
opacity:0.2;
|
||||
}
|
||||
|
||||
.stroke.highway {
|
||||
stroke-opacity:0.7;
|
||||
}
|
||||
.casing.highway {
|
||||
stroke-opacity:0.2;
|
||||
}
|
||||
|
||||
/* highways */
|
||||
.stroke.highway-residential {
|
||||
stroke:#E8E8E8;
|
||||
@@ -139,4 +146,10 @@ circle.handle {
|
||||
text {
|
||||
font:9px 'Helvetica';
|
||||
text-anchor:middle;
|
||||
fill:#fff;
|
||||
text-shadow:
|
||||
0 0 1px #000,
|
||||
0 0 1px #000,
|
||||
0 0 1px #000,
|
||||
0 0 2px #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user