diff options
| author | bobzel <zzzman@gmail.com> | 2022-09-12 12:09:03 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-09-12 12:09:03 -0400 |
| commit | 13e0ac912beeab64a859b3463953774f3f1676f1 (patch) | |
| tree | 7966d258922ac9ce71d8cf7818c05c41def0f666 /src/client/views/PreviewCursor.scss | |
| parent | f847c6d554f9dcecbd6c3024f712510f341daf67 (diff) | |
fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] text tags reset user_mark to current time.
Diffstat (limited to 'src/client/views/PreviewCursor.scss')
| -rw-r--r-- | src/client/views/PreviewCursor.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/PreviewCursor.scss b/src/client/views/PreviewCursor.scss index 60b7d14a0..7be765ea9 100644 --- a/src/client/views/PreviewCursor.scss +++ b/src/client/views/PreviewCursor.scss @@ -1,11 +1,10 @@ - .previewCursor-Dark, .previewCursor { color: black; position: absolute; transform-origin: left top; top: 0; - left:0; + left: 0; pointer-events: none; opacity: 1; z-index: 1001; @@ -13,4 +12,4 @@ .previewCursor-Dark { color: white; -}
\ No newline at end of file +} |
