86 lines
1.7 KiB
Text
86 lines
1.7 KiB
Text
/**
|
|
* This file provides styles for config manager
|
|
*/
|
|
|
|
|
|
/* + + + + + config__manager + + + + + */
|
|
|
|
#dokuwiki__content {
|
|
#config__manager {
|
|
fieldset {
|
|
box-sizing: border-box;
|
|
background-color: @background_darker;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.selectiondefault {
|
|
background-color: transparent;
|
|
color: inherit;
|
|
}
|
|
|
|
tr {
|
|
.input {
|
|
background-color: transparent;
|
|
color: inherit;
|
|
}
|
|
|
|
&:hover {
|
|
td {
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|
|
|
|
tr.default {
|
|
.input {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
td.label {
|
|
padding: .8em 0 1em 1em;
|
|
|
|
span.outkey {
|
|
background-color: @ini_background;
|
|
color: inherit;
|
|
font-size: 90%;
|
|
|
|
a {
|
|
font-size: inherit;
|
|
}
|
|
}
|
|
|
|
label {
|
|
line-height: @line-height-big;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
/* max-width: 1024px */
|
|
|
|
@media @screen_max-md {
|
|
#dokuwiki__content {
|
|
#config__manager {
|
|
td.label {
|
|
label {
|
|
font-size: @font-size-small;
|
|
}
|
|
}
|
|
|
|
.selectiondefault {
|
|
float: none;
|
|
max-width: 100%;
|
|
width: auto;
|
|
|
|
label {
|
|
width: 90%;
|
|
font-size: @font-size-small;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|