summaryrefslogtreecommitdiff
path: root/plugins/note/note.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-02-01 13:16:23 +0300
committerAndrew Dolgov <[email protected]>2022-02-01 13:16:23 +0300
commit6077175c57b4f793880467d4c32d7391f4b0a038 (patch)
tree8ab81363079f76919efb4b36659c13ebc4026136 /plugins/note/note.css
parent478c9b64a94261e9b7e68de571bf85144636509e (diff)
plugins/note: allow editing note by clicking on it
Diffstat (limited to 'plugins/note/note.css')
-rw-r--r--plugins/note/note.css3
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;
+}