mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat(alarm state): added unit control panel buttons (WIP)
This commit is contained in:
@@ -631,12 +631,12 @@
|
||||
left: 35px;
|
||||
bottom: 8px;
|
||||
}
|
||||
.unit[data-radar-state="GREEN"] .unit-radar-state {
|
||||
.unit[data-radar-state="green"] .unit-radar-state {
|
||||
border: 1px solid white;
|
||||
background: rgb(0, 226, 0);
|
||||
}
|
||||
|
||||
.unit[data-radar-state="RED"] .unit-radar-state {
|
||||
.unit[data-radar-state="red"] .unit-radar-state {
|
||||
border: 1px solid white;
|
||||
background: red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user