editor: fixing invalid new node construction in ctrl+enter handler
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index 2a78438..35c7ece 100644 (file)
     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;
@@ -73,9 +80,9 @@
     display:none;
 }
 
-[wlxml-class="list"] {
+[wlxml-class|="list"] {
 
-     [wlxml-class="item"] {
+     [wlxml-class|="item"] {
         display: list-item;
         margin-left: 10px;
         padding-left: 5px;