xref: /template/sprintdoc/css/plugins/configmanager.less (revision a21c6f8785ac4967f21ffe25bb28652e3383f951)
1/**
2 * This file provides styles for config manager
3 */
4
5
6/* + + + + +  config__manager  + + + + + */
7
8#dokuwiki__content {
9    #config__manager {
10        .selectiondefault {
11            background-color: transparent;
12        }
13
14        tr {
15            .input {
16                background-color: transparent;
17                color: inherit;
18            }
19        }
20
21        tr.default {
22            .input {
23                background-color: transparent;
24            }
25        }
26    }
27}
28