mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Use gray stroke on marker and lock icon on field for locked item
This commit is contained in:
+2
-4
@@ -287,10 +287,8 @@ text.point {
|
||||
/* Wikidata-tagged */
|
||||
g.point.tag-wikidata path.stroke {
|
||||
stroke-width: 3px;
|
||||
stroke: #383;
|
||||
}
|
||||
.icon.areaicon-halo.tag-wikidata {
|
||||
stroke: #6c6;
|
||||
stroke: #777;
|
||||
fill: #ddd;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1528,6 +1528,15 @@ button.preset-favorite-button.active .icon {
|
||||
padding: 5px 10px 5px 0;
|
||||
}
|
||||
|
||||
.label-text .label-textannotation svg.icon {
|
||||
margin: 0 10px;
|
||||
color: #333;
|
||||
opacity: 0.5;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.field-label button {
|
||||
flex: 0 0 32px;
|
||||
border-left: 1px solid #ccc;
|
||||
|
||||
Reference in New Issue
Block a user