aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/dumbymap.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index 7ddb21a..1eb607b 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -764,6 +764,16 @@ root {
764 .dumby-block > :not(:has(.mapclay[data-render="fulfilled"])) { 764 .dumby-block > :not(:has(.mapclay[data-render="fulfilled"])) {
765 opacity: 0.3; 765 opacity: 0.3;
766 } 766 }
767
768 * {
769 cursor: not-allowed !important;
770 }
771
772 .mapclay[data-render="fulfilled"] {
773 &, & canvas {
774 cursor: crosshair !important;
775 }
776 }
767} 777}
768 778
769.Dumby[data-layout='sticky'] { 779.Dumby[data-layout='sticky'] {