2017-03-31 18:21:41 +00:00
|
|
|
/* ==========================================================================
|
|
|
|
* Various
|
|
|
|
* ========================================================================== */
|
|
|
|
|
|
|
|
div.settings div.file-field {
|
|
|
|
/* force height on non-input field in the settings page */
|
|
|
|
div,
|
|
|
|
ul {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* but avoid to kill all file input */
|
|
|
|
div {
|
|
|
|
margin-top: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-22 20:05:07 +00:00
|
|
|
/* override materializecss pointer-event disabled on checkboxes */
|
|
|
|
[type="checkbox"]:not(:checked),
|
2023-08-28 10:35:53 +00:00
|
|
|
[type="checkbox"]:checked,
|
|
|
|
.input-field label {
|
2023-08-22 20:05:07 +00:00
|
|
|
pointer-events: initial;
|
2023-08-21 12:12:06 +00:00
|
|
|
}
|
|
|
|
|
2017-03-31 18:21:41 +00:00
|
|
|
.input-field label.active {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .input-field input {
|
|
|
|
margin: 0;
|
2017-12-04 18:25:03 +00:00
|
|
|
padding-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2017-05-07 13:07:50 +00:00
|
|
|
.tabs {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab {
|
|
|
|
flex: 1;
|
|
|
|
}
|