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 {
47 @temporary_footnote_hack: 10px;
50 top: -(@line_height + 2 * @padding) + @temporary_footnote_hack;
52 line-height: @line_height;
56 background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);