27 lines
488 B
Text
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;
|
|
}
|
|
}
|
|
}
|
|
}
|