1 [document-node-element] {
11 .canvas-widget-label {
16 background-color: red;
23 font-family: monospace;
30 .canvas-widget-footnote-handle {
32 outline: 0px solid transparent;
34 counter-increment: footnote;
35 vertical-align: super;
40 content: "[" counter(footnote) "]";
44 .canvas-widget-hide-button {
49 top: -(@line_height + 2 * @padding);
51 line-height: @line_height;
55 background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);