SPR-908: QS - config manager
This commit is contained in:
parent
ea893cdcc5
commit
8644ba9a98
1 changed files with 27 additions and 0 deletions
27
css/plugins/configmanager.less
Normal file
27
css/plugins/configmanager.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue