fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
smartxml: attaching previous parent of a moved node to nodeMoved event
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentCanvas
/
nodes.less
diff --git
a/src/editor/modules/documentCanvas/nodes.less
b/src/editor/modules/documentCanvas/nodes.less
index
c48ca0d
..
40ebc20
100644
(file)
--- a/
src/editor/modules/documentCanvas/nodes.less
+++ b/
src/editor/modules/documentCanvas/nodes.less
@@
-151,4
+151,18
@@
[wlxml-class='gap'] {
display: inline;
}
[wlxml-class='gap'] {
display: inline;
}
+}
+
+[wlxml-class="gap"] {
+ &:before, &:after {
+ color: darken(@blue, 10%);
+ font-weight: bold;
+ //vertical-align: super;
+ }
+ &:before {
+ content: "(";
+ }
+ &:after {
+ content: ")";
+ }
}
\ No newline at end of file
}
\ No newline at end of file