mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Number of selected units now shown
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user