1 @import 'edumed/edumed.less';
3 .canvas-widget-footnote-handle {
5 outline: 0px solid transparent;
7 counter-increment: footnote;
13 content: "[" counter(footnote) "]";
17 .canvas-widget-hide-button {
20 @temporary_footnote_hack: 10px;
23 top: -(@line_height + 2 * @padding) + @temporary_footnote_hack;
25 line-height: @line_height;
29 background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
34 .canvas-widget-comment-adnotation {
39 color: lighten(@black, 10%);