editor: styling - make border of canvas elements transparent to respect parents backg...
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index ab26442..2a78438 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;