2022-10-18 16:48:56 +02:00
|
|
|
/* Auto-Settings Styling */
|
2022-10-20 06:12:01 +02:00
|
|
|
#auto_save_settings ~ button {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
2022-10-18 16:48:56 +02:00
|
|
|
#auto_save_settings:not(:checked) ~ button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#save-settings-config-table {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2022-10-20 06:12:01 +02:00
|
|
|
#save-settings-config-table th {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2022-10-18 16:48:56 +02:00
|
|
|
#save-settings-config-table td:first-child,
|
|
|
|
#save-settings-config-table th:first-child {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#save-settings-config-table td:last-child,
|
|
|
|
#save-settings-config-table th:last-child {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#save-settings-config-table td small {
|
|
|
|
color: rgb(153, 153, 153);
|
|
|
|
}
|
|
|
|
|
2022-10-20 06:12:01 +02:00
|
|
|
#reset-image-settings {
|
|
|
|
cursor: pointer;
|
|
|
|
float: right;
|
|
|
|
padding: 8px;
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsible:not(.active) #reset-image-settings {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reset-image-settings.hidden {
|
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|