v1.5.04 - Emblems layer and on map placement

This commit is contained in:
Azgaar 2021-01-29 23:41:43 +03:00
parent 968182512c
commit 549eefe7ba
12 changed files with 276 additions and 47 deletions

View file

@ -101,7 +101,7 @@ button, select, a, .pointer {
fill-rule: evenodd;
}
#lakes, #coastline, #armies, #ice {
#lakes, #coastline, #armies, #ice, #emblems {
cursor: pointer;
}
@ -707,6 +707,15 @@ fieldset {
width: 6%;
}
.emblemShapePreview {
width: 1.5em;
height: 1.5em;
margin: -.4em .1em;
fill: #fff;
stroke: #000;
stroke-width: 5px;
}
#styleContent table {
border-spacing: 0;
margin-left: .2em;