X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/20b9b567165ee10532a441f809a2a718b5b5e570..3c3939e2970468061592e66fc8989189279c3d17:/src/editor/modules/documentCanvas/nodes.less?ds=inline diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index ab26442..7f01f5e 100644 --- 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; - 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; @@ -56,6 +56,13 @@ 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;