diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-02-01 13:16:23 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-02-01 13:16:23 +0300 |
| commit | 6077175c57b4f793880467d4c32d7391f4b0a038 (patch) | |
| tree | 8ab81363079f76919efb4b36659c13ebc4026136 /plugins/note/note.css | |
| parent | 478c9b64a94261e9b7e68de571bf85144636509e (diff) | |
plugins/note: allow editing note by clicking on it
Diffstat (limited to 'plugins/note/note.css')
| -rw-r--r-- | plugins/note/note.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/note/note.css b/plugins/note/note.css new file mode 100644 index 000000000..6bef7a877 --- /dev/null +++ b/plugins/note/note.css @@ -0,0 +1,3 @@ +.article-note[data-note-for] { + cursor : pointer; +} |