mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
27 lines
565 B
CSS
27 lines
565 B
CSS
.bullseye-icon {
|
|
align-items: center;
|
|
cursor: url("/images/cursors/pointer.svg") 13 5, auto;
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
fill: white;
|
|
}
|
|
|
|
.bullseye-icon[data-coalition="red"] svg * {
|
|
stroke: var(--unit-background-red);
|
|
}
|
|
|
|
.bullseye-icon[data-coalition="blue"] svg * {
|
|
stroke: var(--unit-background-blue);
|
|
}
|
|
|
|
.bullseye-icon[data-coalition="neutral"] svg * {
|
|
stroke: var(--unit-background-neutral);
|
|
}
|
|
|
|
[todo-todo-data-awacs-mode] .bullseye-icon svg * {
|
|
fill: transparent !important;
|
|
}
|