Use gray stroke on marker and lock icon on field for locked item

This commit is contained in:
Bryan Housel
2019-05-20 15:36:10 -04:00
parent 6eb73e7de6
commit 06bdfbfb8a
7 changed files with 73 additions and 30 deletions
+2 -4
View File
@@ -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;
}
+9
View File
@@ -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;