fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor - group node removing actions on a toolbar together
[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
ab26442
..
7f01f5e
100644
(file)
--- a/
src/editor/modules/documentCanvas/nodes.less
+++ b/
src/editor/modules/documentCanvas/nodes.less
@@
-2,13
+2,13
@@
font-size: 14px;
display: inline;
margin: 0 1px;
font-size: 14px;
display: inline;
margin: 0 1px;
- border: 1px solid
white
;
+ border: 1px solid
transparent
;
white-space: pre-wrap;
}
[wlxml-tag] {
float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */
white-space: pre-wrap;
}
[wlxml-tag] {
float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */
- border-color:
white
;
+ border-color:
transparent
;
border-style:solid;
border-width:1px;
min-height:20px;
border-style:solid;
border-width:1px;
min-height:20px;
@@
-56,6
+56,13
@@
font-size:18px;
}
font-size:18px;
}
+[wlxml-class="comment"] {
+ background-color: #96e0e4;
+ border: 1px solid black;
+ border-radius: 10px;
+ padding: 10px;
+}
+
[wlxml-class|="uri"] {
color: blue;
text-decoration: underline;
[wlxml-class|="uri"] {
color: blue;
text-decoration: underline;