markers rework - editor functions

This commit is contained in:
Azgaar 2021-09-20 02:29:50 +03:00 committed by Dranorter
parent 6364a2935a
commit e86adc8d04
8 changed files with 633 additions and 214 deletions

View file

@ -232,8 +232,7 @@ i.icon-lock {
}
#routeEditor > *,
#labelEditor div,
#markerEditor div {
#labelEditor div {
display: inline-block;
}
@ -1519,7 +1518,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;
}
@ -1968,10 +1968,6 @@ div.textual span,
dominant-baseline: central;
}
#markerEditor > button {
vertical-align: top;
}
.highlighted {
outline-width: 2px;
outline-style: dashed;