mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat: Drawings added to sessiondata
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.airbase-icon {
|
||||
align-items: center;
|
||||
cursor: url("/images/cursors/pointer.svg"), auto;
|
||||
cursor: url("/images/cursors/pointer.svg") 13 5, auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.bullseye-icon {
|
||||
align-items: center;
|
||||
cursor: url("/images/cursors/pointer.svg"), auto;
|
||||
cursor: url("/images/cursors/pointer.svg") 13 5, auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*** Unit marker elements ***/
|
||||
[data-object|="unit"] {
|
||||
cursor: url("/images/cursors/pointer.svg"), auto;
|
||||
cursor: url("/images/cursors/pointer.svg") 13 5, auto;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user