xref: /template/sprintdoc/css/plugins/do_tasks.less (revision b457c328a9a6b6ccd9bb3fdb0e76e30bbb4ca958)
1/**
2 * This file provides styles for do-task plugin
3 */
4
5
6/* + + + + +  global  + + + + + */
7
8ul.page-attributes {
9    .plugin__do_pagetasks {
10        &.do_none {
11            position: relative;
12            border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
13
14            strong {
15                overflow: hidden;
16                background-color: @ini_background;
17                border-color: @noopentasks-border;
18                color: @ini_text_webframe;
19            }
20
21            .num {
22                background-color: @noopentasks-border; // fix
23                color: @noopentasks-color; // fix
24            }
25        }
26    }
27}
28