editor: canvas - styling for aside.comment nodes
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index ab26442..7f01f5e 100644 (file)
@@ -2,13 +2,13 @@
     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; } */
-    border-color: white;
+    border-color: transparent;
     border-style:solid;
     border-width:1px;
     min-height:20px;
     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;