fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: canvas - allow for resetting the container background
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentCanvas
/
canvas
/
genericElement.less
diff --git
a/src/editor/modules/documentCanvas/canvas/genericElement.less
b/src/editor/modules/documentCanvas/canvas/genericElement.less
index
c935a79
..
dcc23f4
100644
(file)
--- a/
src/editor/modules/documentCanvas/canvas/genericElement.less
+++ b/
src/editor/modules/documentCanvas/canvas/genericElement.less
@@
-13,4
+13,15
@@
font-family: monospace;
z-index:9999;
white-space: nowrap;
+}
+
+.comment-tip {
+ position:absolute;
+ left:-15px;
+ top:3px;
+ opacity: 0.25;
+}
+
+.current-node-element > .canvas-widgets > .comment-tip {
+ opacity: 1;
}
\ No newline at end of file