From d16abe2658921ae7a08601fe4fa6c3940139c75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Tue, 17 Jan 2023 00:57:47 +0000 Subject: [PATCH] cursor: crosshair --- ui/src/components/CalendarImage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/CalendarImage.vue b/ui/src/components/CalendarImage.vue index 005ae44..a9fccca 100644 --- a/ui/src/components/CalendarImage.vue +++ b/ui/src/components/CalendarImage.vue @@ -112,6 +112,7 @@ div#container { } svg#drawpad { + cursor: crosshair; position: absolute; z-index: 2; height: 100%;