Number of selected units now shown

This commit is contained in:
PeekabooSteam
2024-02-11 15:55:13 +00:00
parent baffc9af49
commit fb6ac40af8
3 changed files with 74 additions and 22 deletions

View File

@@ -21,6 +21,17 @@ body.feature-forceShowUnitControlPanel #unit-control-panel {
margin: -5px;
}
#unit-control-panel h3 .num-selected-units {
margin-left:6px;
}
#unit-control-panel h3 .num-selected-units::before {
content:"(";
}
#unit-control-panel h3 .num-selected-units::after {
content:")";
}
#unit-control-panel .ol-option-button button {
width: 30px;
height: 30px;