fixed styles

This commit is contained in:
daniel 2023-03-29 09:11:26 +02:00
parent c610063244
commit 32bc7335ac

View File

@ -5879,7 +5879,12 @@ div.switch_radio_button label:last-of-type {
cursor: pointer;
}
.switch_radio_button input:checked + label,
.switch_radio_button input:checked + label {
background-color: var(--primary-color);
box-shadow: none;
color: var(--secondary-color) !important;
}
.switch_radio_button input:checked:has(.custom_checkbox) {
background-color: var(--primary-color);
box-shadow: none;