mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge branch 'v0.1.0' of https://github.com/Pax1601/DCSOlympus into v0.1.0
This commit is contained in:
@@ -322,14 +322,14 @@
|
||||
|
||||
|
||||
|
||||
[data-object|="unit"][data-pilot="ai"]:hover .unit-ammo,
|
||||
[data-object|="unit"][data-pilot="ai"]:hover .unit-fuel {
|
||||
[data-object|="unit"][data-pilot|="ai"]:hover .unit-ammo,
|
||||
[data-object|="unit"][data-pilot|="ai"]:hover .unit-fuel {
|
||||
display:flex;
|
||||
}
|
||||
|
||||
[data-object|="unit"][data-is-in-hotgroup] .unit-hotgroup,
|
||||
[data-object|="unit"][data-pilot="ai"][data-is-selected] .unit-ammo,
|
||||
[data-object|="unit"][data-pilot="ai"][data-is-selected] .unit-fuel,
|
||||
[data-object|="unit"][data-pilot|="ai"][data-is-selected] .unit-ammo,
|
||||
[data-object|="unit"][data-pilot|="ai"][data-is-selected] .unit-fuel,
|
||||
[data-object|="unit"][data-is-selected] .unit-selected-spotlight {
|
||||
display:flex;
|
||||
}
|
||||
@@ -385,7 +385,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
[data-object|="unit"][data-pilot="ai"][data-has-low-fuel] .unit-fuel {
|
||||
[data-object|="unit"][data-pilot|="ai"][data-has-low-fuel] .unit-fuel {
|
||||
animation: pulse 1.5s linear infinite;
|
||||
}
|
||||
|
||||
@@ -463,7 +463,7 @@
|
||||
[data-object|="unit-air"][ data-is-dead ] .unit-ammo,
|
||||
[data-object|="unit-air"][ data-is-dead ]:hover .unit-fuel,
|
||||
[data-object|="unit-air"][ data-is-dead ]:hover .unit-ammo {
|
||||
display:none;
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -777,30 +777,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="content-header">Dead</div>
|
||||
<div class="content-body">
|
||||
|
||||
<div class="example">
|
||||
|
||||
<div data-object="unit-weapon-missile"></div>
|
||||
<div data-object="unit-weapon-bomb"></div>
|
||||
|
||||
<div data-role="">
|
||||
<div class="unit-marker"></div>
|
||||
<div class="unit-short-label"></div>
|
||||
<div class="unit-summary">
|
||||
<div class="unit-callsign">Springfield 3-1 | Longname</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user