mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
43 lines
976 B
CSS
43 lines
976 B
CSS
/* Fill Styles */
|
|
|
|
.low-zoom.fill-wireframe path.stroke,
|
|
.fill-wireframe path.stroke {
|
|
stroke-width: 1 !important;
|
|
stroke-opacity: 0.5 !important;
|
|
stroke-dasharray: none !important;
|
|
fill: none !important;
|
|
}
|
|
|
|
.low-zoom.fill-wireframe path.shadow,
|
|
.fill-wireframe path.shadow {
|
|
stroke-width: 12;
|
|
}
|
|
|
|
.fill-wireframe path.shadow.related:not(.selected),
|
|
.fill-wireframe path.shadow.hover:not(.selected) {
|
|
stroke-opacity: 0.4;
|
|
}
|
|
.fill-wireframe path.shadow.selected {
|
|
stroke-opacity: 0.6;
|
|
}
|
|
|
|
.fill-wireframe .point,
|
|
.fill-wireframe .vertex.active,
|
|
.fill-wireframe .areaicon,
|
|
.fill-wireframe .areaicon-halo,
|
|
.fill-wireframe path.casing,
|
|
.fill-wireframe path.fill,
|
|
.fill-wireframe path.oneway {
|
|
display: none !important;
|
|
}
|
|
|
|
.fill-partial path.area.fill {
|
|
fill-opacity: 0;
|
|
stroke-width: 60px;
|
|
pointer-events: none;
|
|
}
|
|
.mode-browse .fill-partial path.area.fill,
|
|
.mode-select .fill-partial path.area.fill {
|
|
pointer-events: visibleStroke;
|
|
}
|