X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/d1bd1848c105947324cefb846d2d122a473c7643..e0b4f012ea85b4b1bc58f2b8531cef068bf572df:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 78792cc..9ce08d1 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -77,12 +77,18 @@ display:none; } -[wlxml-class|="list"] { +[wlxml-class="list"] { - [wlxml-class|="item"] { - display: list-item; + + > * > [wlxml-class="item"] { margin-left: 10px; padding-left: 5px; + + &:before { + content: '\2022'; + margin-right:10px; + padding-right:10px; + } } } @@ -97,7 +103,7 @@ counter-reset: myitem; - > [wlxml-class="item"] { + > * > [wlxml-class="item"] { counter-increment: myitem; margin-left: 10px; padding-left: 5px;