X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/663dca11ef9629a8454adc006753e480b4bcde4b..9fbae252bc7b30502f214e42b1d8f932c02a2d05:/modules/documentCanvas/documentCanvas.less diff --git a/modules/documentCanvas/documentCanvas.less b/modules/documentCanvas/documentCanvas.less index c03ede4..fc50d85 100644 --- a/modules/documentCanvas/documentCanvas.less +++ b/modules/documentCanvas/documentCanvas.less @@ -1,3 +1,5 @@ +@import 'wlxml.less'; + #rng-module-documentCanvas-contentWrapper { border-color: #ddd; border-style: solid; @@ -20,4 +22,26 @@ &::-webkit-scrollbar-thumb:window-inactive { .rng-mixin-scrollbar-thumb-window-inactive; } +} + +.rng-module-documentCanvas-currentNode { + background: #fffacd; + border-color: grey; + border-style:dashed; + border-width:1px; +} + +.rng-module-documentCanvas-hoveredNodeTag { + position:absolute; + height:20px; + top:-20px; + left:0; + background: #bd362f; + color: white; + font-size:9px; + font-weight: normal; + font-style: normal; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + padding: 0 5px; + text-indent: 0; } \ No newline at end of file