mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Tweak line preset icon css
This commit is contained in:
+1
-1
@@ -352,7 +352,7 @@ path.line.casing.tag-status {
|
||||
}
|
||||
|
||||
/* Road Closed Status */
|
||||
.preset-icon .icon.tag-highway-construction {
|
||||
.preset-icon .icon.tag-highway.tag-status-construction {
|
||||
color: #fc6c14;
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
+4
-1
@@ -954,13 +954,16 @@ a.hide-toggle {
|
||||
left: 10px;
|
||||
top: 30px;
|
||||
}
|
||||
.preset-icon-line path.line {
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
/* use a consistent stroke width */
|
||||
.preset-icon-line path.line.stroke {
|
||||
stroke-width: 2 !important;
|
||||
}
|
||||
.preset-icon-line path.line.casing {
|
||||
stroke-width: 4 !important;
|
||||
stroke-width: 3.5 !important;
|
||||
}
|
||||
|
||||
.preset-icon-fill-area {
|
||||
|
||||
Reference in New Issue
Block a user