markers rework - editor functions

This commit is contained in:
Azgaar 2021-09-20 02:29:50 +03:00
parent def32b7f74
commit 95f9d990d9
8 changed files with 633 additions and 214 deletions

View file

@ -238,8 +238,7 @@ i.icon-lock {
}
#routeEditor > *,
#labelEditor div,
#markerEditor div {
#labelEditor div {
display: inline-block;
}
@ -1525,7 +1524,8 @@ div.states > .coaIcon > use {
#stateNameEditor div.label,
#provinceNameEditor div.label,
#regimentBody div.label {
#regimentBody div.label,
#markerEditor div.label {
display: inline-block;
width: 5.5em;
}
@ -1974,10 +1974,6 @@ div.textual span,
dominant-baseline: central;
}
#markerEditor > button {
vertical-align: top;
}
.highlighted {
outline-width: 2px;
outline-style: dashed;