mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat(mouse info panel): added selected unit coordinates displaying
The coordinates are only shown if one unit has been selected.
This commit is contained in:
@@ -107,4 +107,23 @@
|
||||
#coordinates-tool[data-location-system="MGRS"] [data-location-system="MGRS"],
|
||||
#coordinates-tool[data-location-system="UTM"] [data-location-system="UTM"] {
|
||||
display:flex;
|
||||
}
|
||||
|
||||
/* Unit Coordinates */
|
||||
#unit-coordinates .elevation::after {
|
||||
content: attr(data-value)
|
||||
}
|
||||
|
||||
#unit-coordinates[data-location-system] [data-location-system] {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#unit-coordinates[data-location-system="LatLng"] [data-location-system="LatLng"],
|
||||
#unit-coordinates[data-location-system="MGRS"] [data-location-system="MGRS"],
|
||||
#unit-coordinates[data-location-system="UTM"] [data-location-system="UTM"] {
|
||||
display:flex;
|
||||
}
|
||||
|
||||
#unit-coordinates-title {
|
||||
font-size: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user