Merge pull request #199 from Pax1601/feature-atc-tower

Feature atc tower
This commit is contained in:
Pax1601
2023-04-20 15:50:50 +02:00
committed by GitHub
10 changed files with 670 additions and 149 deletions

View File

@@ -153,7 +153,7 @@ form > div {
.ol-select.narrow:not(.ol-select-image)>.ol-select-value {
opacity: .9;
padding:6px 30px 6px 15px;
padding:4px 30px 4px 15px;
}
.ol-select:not(.ol-select-image)>.ol-select-value svg {
@@ -537,6 +537,15 @@ nav.ol-panel> :last-child {
}
.ol-sortable .handle {
background-image: url( "/images/icons/grip-lines-solid.svg" );
cursor:ns-resize;
filter:invert();
height:12px;
width:12px;
}
#unit-selection {
display: flex;