diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-13 07:59:09 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-13 07:59:09 -0400 |
| commit | 75dc5eb094bbac18310d4be49529743eb051789c (patch) | |
| tree | c8b06e73b075f6a9c58f824a50036948b18b23c7 /src/client/views/presentationview/PresElementBox.scss | |
| parent | 2583d4cd4b8a5f8b3acc3c0e0970adf295d4d8c5 (diff) | |
| parent | 2d3f72210df626f099379f2f2c6e47fb1d415d82 (diff) | |
Merge branch 'master' into acls_uv
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss index 1e776384a..6ee190b82 100644 --- a/src/client/views/presentationview/PresElementBox.scss +++ b/src/client/views/presentationview/PresElementBox.scss @@ -3,6 +3,7 @@ $dark-blue: #5B9FDD; $light-background: #ececec; .presElementBox-item { + cursor: grab; display: grid; grid-template-columns: max-content max-content max-content max-content; background-color: #d5dce2; @@ -161,6 +162,7 @@ $light-background: #ececec; } .presElementBox-closeIcon { + cursor: pointer; position: absolute; border-radius: 100%; z-index: 300; @@ -177,6 +179,7 @@ $light-background: #ececec; } .presElementBox-expand { + cursor: pointer; position: absolute; border-radius: 100%; z-index: 300; @@ -193,6 +196,7 @@ $light-background: #ececec; } .presElementBox-expand-selected { + cursor: pointer; position: absolute; border-radius: 100%; right: 3px; |
