mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Tweak crossing styling (re: #6065)
This commit is contained in:
+15
-15
@@ -455,7 +455,7 @@ path.line.casing.tag-highway-path,
|
||||
path.line.casing.tag-highway-path.tag-unpaved,
|
||||
path.line.casing.tag-highway-footway.tag-public_transport-platform,
|
||||
path.line.casing.tag-highway-footway.tag-man_made-pier,
|
||||
path.line.casing.tag-highway-footway.tag-footway-crossing {
|
||||
path.line.casing.tag-highway.tag-crossing {
|
||||
stroke: #dca;
|
||||
stroke-linecap: round;
|
||||
stroke-dasharray: none;
|
||||
@@ -473,8 +473,7 @@ path.line.casing.tag-highway-bridleway.tag-unpaved {
|
||||
|
||||
.preset-icon .icon.tag-highway-path,
|
||||
.preset-icon .icon.tag-highway-footway.tag-public_transport-platform,
|
||||
.preset-icon .icon.tag-highway-footway.tag-man_made-pier,
|
||||
.preset-icon .icon.tag-footway.tag-footway-crossing {
|
||||
.preset-icon .icon.tag-highway-footway.tag-man_made-pier {
|
||||
color: #988;
|
||||
fill: #dca;
|
||||
}
|
||||
@@ -508,7 +507,7 @@ path.line.stroke.tag-highway-cycleway,
|
||||
.preset-icon-line path.casing.tag-highway-cycleway {
|
||||
stroke: #58a9ed;
|
||||
}
|
||||
.preset-icon-line path.stroke.tag-highway-cycleway {
|
||||
.preset-icon-line path.stroke.tag-highway-cycleway:not(.tag-crossing) {
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
@@ -566,25 +565,26 @@ path.line.stroke.tag-highway-steps,
|
||||
|
||||
|
||||
/* crossings */
|
||||
path.line.stroke.tag-highway-footway.tag-crossing-marked,
|
||||
path.line.stroke.tag-highway-footway.tag-crossing-unmarked {
|
||||
path.line.stroke.tag-highway.tag-crossing-unmarked {
|
||||
stroke-dasharray: 6, 4;
|
||||
}
|
||||
.low-zoom path.line.stroke.tag-highway-footway.tag-crossing-marked,
|
||||
.low-zoom path.line.stroke.tag-highway-footway.tag-crossing-unmarked {
|
||||
.low-zoom path.line.stroke.tag-highway.tag-crossing-unmarked {
|
||||
stroke-dasharray: 3, 2;
|
||||
}
|
||||
.preset-icon .icon.tag-highway-footway.tag-crossing-marked {
|
||||
color: #444;
|
||||
path.line.stroke.tag-highway.tag-crossing-marked {
|
||||
stroke-dasharray: 6, 3;
|
||||
}
|
||||
.low-zoom path.line.stroke.tag-highway.tag-crossing-marked {
|
||||
stroke-dasharray: 3, 1.5;
|
||||
}
|
||||
path.line.stroke.tag-highway-footway.tag-crossing-marked {
|
||||
stroke: #444;
|
||||
}
|
||||
.preset-icon .icon.tag-highway-footway.tag-crossing-unmarked {
|
||||
color: #888;
|
||||
stroke: #4c4444;
|
||||
}
|
||||
path.line.stroke.tag-highway-footway.tag-crossing-unmarked {
|
||||
stroke: #888;
|
||||
stroke: #776a6a;
|
||||
}
|
||||
path.line.stroke.tag-highway-cycleway.tag-crossing-marked {
|
||||
stroke: #446077;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user