dokuwiki-template-sprintdoc.../css/plugins/configmanager.less
2017-04-07 13:42:00 +02:00

27 lines
488 B
Text

/**
* This file provides styles for config manager
*/
/* + + + + + config__manager + + + + + */
#dokuwiki__content {
#config__manager {
.selectiondefault {
background-color: transparent;
}
tr {
.input {
background-color: transparent;
color: inherit;
}
}
tr.default {
.input {
background-color: transparent;
}
}
}
}