Fixed checkbox styling
This commit is contained in:
parent
f9e95e350a
commit
f52ae5228f
|
@ -42,3 +42,7 @@ input + .help {
|
||||||
#updatePlaylistLabel:before {
|
#updatePlaylistLabel:before {
|
||||||
content: "\200b";
|
content: "\200b";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.toggle.checkbox label::before {
|
||||||
|
background-color: var(--input-selection-background);
|
||||||
|
}
|
Loading…
Reference in New Issue