diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-12 21:18:30 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-12 21:18:30 -0400 |
| commit | db9ee4f0d710d132e33e48cf6f105fd945941003 (patch) | |
| tree | 505c1b4ecba7b1b7cce4a77f3e3e55b5933a8e03 /src/client/views/PreviewCursor.scss | |
| parent | e3caa89d36c501c16acbc56900546d8a4522584a (diff) | |
combined preview cursor with marquee. moved preview cursor prompt to its own file.
Diffstat (limited to 'src/client/views/PreviewCursor.scss')
| -rw-r--r-- | src/client/views/PreviewCursor.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/PreviewCursor.scss b/src/client/views/PreviewCursor.scss new file mode 100644 index 000000000..20f9b9a49 --- /dev/null +++ b/src/client/views/PreviewCursor.scss @@ -0,0 +1,9 @@ + +.previewCursor { + color: black; + position: absolute; + transform-origin: left top; + top: 0; + left:0; + pointer-events: none; +}
\ No newline at end of file |
