1 .canvas-widget-footnote-handle {
3 outline: 0px solid transparent;
5 counter-increment: footnote;
11 content: "[" counter(footnote) "]";
15 .canvas-widget-hide-button {
18 @temporary_footnote_hack: 10px;
21 top: -(@line_height + 2 * @padding) + @temporary_footnote_hack;
23 line-height: @line_height;
27 background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
32 .canvas-widget-comment-adnotation {
37 color: lighten(@black, 10%);