From: Aleksander Ɓukasz Date: Fri, 13 Dec 2013 14:37:34 +0000 (+0100) Subject: editor: canvas - styling for aside.comment nodes X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/3c3939e2970468061592e66fc8989189279c3d17 editor: canvas - styling for aside.comment nodes --- diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 2a78438..7f01f5e 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -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;