mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed unit control panel unit icon.
This commit is contained in:
@@ -544,19 +544,19 @@ nav.ol-panel> :last-child {
|
|||||||
margin-bottom: 11px;
|
margin-bottom: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#unit-info-panel #unit-identification .unit {
|
#unit-info-panel #unit-identification [data-object|="unit"] {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#unit-info-panel #unit-identification .unit .unit-marker {
|
#unit-info-panel #unit-identification [data-object|="unit"] .unit-marker {
|
||||||
background-size: 28px 28px;
|
background-size: 28px 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#unit-info-panel #unit-identification .unit .unit-short-label {
|
#unit-info-panel #unit-identification [data-object|="unit"] .unit-short-label {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div id="unit-info-panel">
|
<div id="unit-info-panel">
|
||||||
|
|
||||||
<div id="unit-identification">
|
<div id="unit-identification">
|
||||||
<div class="unit unit-air no-function">
|
<div data-object="unit-air-aircraft">
|
||||||
<div class="unit-marker"></div>
|
<div class="unit-marker"></div>
|
||||||
<div class="unit-short-label">18</div>
|
<div class="unit-short-label">18</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user