X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..f291310bd26717330272d1be30e4a5b935220ce8:/src/editor/modules/documentCanvas/canvas/widgets.less?ds=inline

diff --git a/src/editor/modules/documentCanvas/canvas/widgets.less b/src/editor/modules/documentCanvas/canvas/widgets.less
index 0f43c89..442af99 100644
--- a/src/editor/modules/documentCanvas/canvas/widgets.less
+++ b/src/editor/modules/documentCanvas/canvas/widgets.less
@@ -57,4 +57,13 @@
         border-radius: 1px;
         cursor: pointer;
     }
+
+    .canvas-widget-comment-adnotation {
+        position:absolute;
+        top: 10px;
+        right:10px;
+        font-size: 10px;
+        color: lighten(@black, 10%);
+        z-index:1000;
+    }
 }
\ No newline at end of file