X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/e1e728df4cd9e96c5865fcec0762eaaf5b37a3f7..b6d075069ebe1dbcaecbb8097942d20f8fad5f16:/src/editor/plugins/core/canvasElements.less diff --git a/src/editor/plugins/core/canvasElements.less b/src/editor/plugins/core/canvasElements.less index 6003476..d50f987 100644 --- a/src/editor/plugins/core/canvasElements.less +++ b/src/editor/plugins/core/canvasElements.less @@ -1,3 +1,5 @@ +@import 'edumed/edumed.less'; + .canvas-widget-footnote-handle { display: inline; outline: 0px solid transparent; @@ -7,7 +9,7 @@ color: blue; font-size: .8em; - &::before, { + &::before { content: "[" counter(footnote) "]"; } } @@ -36,4 +38,4 @@ font-size: 10px; color: lighten(@black, 10%); z-index:1000; -} \ No newline at end of file +}