mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed styles
This commit is contained in:
parent
c610063244
commit
32bc7335ac
@ -5879,7 +5879,12 @@ div.switch_radio_button label:last-of-type {
|
|||||||
cursor: pointer;
|
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) {
|
.switch_radio_button input:checked:has(.custom_checkbox) {
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user