SPR-908: QS - config manager

This commit is contained in:
Silke Pisulla 2017-04-07 13:42:00 +02:00
commit 8644ba9a98

View file

@ -0,0 +1,27 @@
/**
* 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;
}
}
}
}