diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/dumbymap.css | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 97d10ef..6c581fa 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
| @@ -134,6 +134,7 @@ root { | |||
| 134 | .with-leader-line:not(:has(> *)) { | 134 | .with-leader-line:not(:has(> *)) { |
| 135 | display: inline-block; | 135 | display: inline-block; |
| 136 | padding-right: 15px; | 136 | padding-right: 15px; |
| 137 | |||
| 137 | /* padding-left: 6px; */ | 138 | /* padding-left: 6px; */ |
| 138 | 139 | ||
| 139 | background-image: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cG9seWdvbiBwb2ludHM9IjI0LDAgMCw4IDgsMTEgMCwxOSA1LDI0IDEzLDE2IDE2LDI0IiBmaWxsPSJjb3JhbCIvPjwvc3ZnPg=='); | 140 | background-image: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cG9seWdvbiBwb2ludHM9IjI0LDAgMCw4IDgsMTEgMCwxOSA1LDI0IDEzLDE2IDE2LDI0IiBmaWxsPSJjb3JhbCIvPjwvc3ZnPg=='); |
| @@ -374,6 +375,25 @@ root { | |||
| 374 | 375 | ||
| 375 | position: relative; | 376 | position: relative; |
| 376 | 377 | ||
| 378 | &.dragging-geolink { | ||
| 379 | user-select: none; | ||
| 380 | |||
| 381 | * { | ||
| 382 | cursor: not-allowed !important; | ||
| 383 | } | ||
| 384 | |||
| 385 | .dumby-block > :not(:has(.mapclay[data-render="fulfilled"])) { | ||
| 386 | opacity: 0.3; | ||
| 387 | } | ||
| 388 | |||
| 389 | .mapclay[data-render="fulfilled"] { | ||
| 390 | &, & canvas { | ||
| 391 | cursor: crosshair !important; | ||
| 392 | } | ||
| 393 | } | ||
| 394 | } | ||
| 395 | |||
| 396 | |||
| 377 | &::after { | 397 | &::after { |
| 378 | content: 'Layout: ' attr(data-layout); | 398 | content: 'Layout: ' attr(data-layout); |
| 379 | padding: 0.3rem 0.5rem; | 399 | padding: 0.3rem 0.5rem; |
| @@ -758,24 +778,6 @@ root { | |||
| 758 | font-weight: bold; | 778 | font-weight: bold; |
| 759 | } | 779 | } |
| 760 | 780 | ||
| 761 | .dragging-geolink { | ||
| 762 | user-select: none; | ||
| 763 | |||
| 764 | .dumby-block > :not(:has(.mapclay[data-render="fulfilled"])) { | ||
| 765 | opacity: 0.3; | ||
| 766 | } | ||
| 767 | |||
| 768 | * { | ||
| 769 | cursor: not-allowed !important; | ||
| 770 | } | ||
| 771 | |||
| 772 | .mapclay[data-render="fulfilled"] { | ||
| 773 | &, & canvas { | ||
| 774 | cursor: crosshair !important; | ||
| 775 | } | ||
| 776 | } | ||
| 777 | } | ||
| 778 | |||
| 779 | .Dumby[data-layout='sticky'] { | 781 | .Dumby[data-layout='sticky'] { |
| 780 | max-width: 80em; | 782 | max-width: 80em; |
| 781 | 783 | ||