mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Mostly sorted the aircraft unit markers.
This commit is contained in:
@@ -115,13 +115,6 @@ div.unit .unit-marker {
|
||||
}
|
||||
|
||||
|
||||
div.unit-air .unit-marker {
|
||||
background-image: var( --unit-sam-neutral-url );
|
||||
height: var( --unit-sam-height );
|
||||
width: var( --unit-sam-width );
|
||||
}
|
||||
|
||||
|
||||
/* Air */
|
||||
|
||||
div.unit-air .unit-marker {
|
||||
@@ -130,16 +123,28 @@ div.unit-air .unit-marker {
|
||||
width: var( --unit-air-marker-width );
|
||||
}
|
||||
|
||||
div.unit-air:hover .unit-marker, div.unit-air[data-is-selected="true"] .unit-marker {
|
||||
background-image: var( --unit-air-marker-neutral-hover-url );
|
||||
}
|
||||
|
||||
|
||||
div.unit-air[data-coalition="blue"] .unit-marker {
|
||||
background-image: var( --unit-air-marker-blue-url );
|
||||
}
|
||||
|
||||
div.unit-air[data-coalition="blue"]:hover .unit-marker, div.unit-air[data-coalition="blue"][data-is-selected="true"] .unit-marker {
|
||||
background-image: var( --unit-air-marker-blue-hover-url );
|
||||
}
|
||||
|
||||
|
||||
div.unit-air[data-coalition="red"] .unit-marker {
|
||||
background-image: var( --unit-air-marker-red-url );
|
||||
}
|
||||
|
||||
div.unit-air[data-coalition="red"]:hover .unit-marker, div.unit-air[data-coalition="red"][data-is-selected="true"] .unit-marker {
|
||||
background-image: var( --unit-air-marker-red-hover-url );
|
||||
}
|
||||
|
||||
|
||||
/* Ground vehicles (not SAMs) */
|
||||
|
||||
@@ -235,6 +240,7 @@ div.unit .unit-summary {
|
||||
font-size:11px;
|
||||
font-weight: bold;
|
||||
justify-content: right;
|
||||
line-height: 12px;
|
||||
position:absolute;
|
||||
row-gap: 1px;
|
||||
text-shadow:
|
||||
|
||||
Reference in New Issue
Block a user