Fixed checkbox styling

This commit is contained in:
Agate 2020-08-24 16:51:11 +02:00
commit f52ae5228f

View file

@ -41,4 +41,8 @@ input + .help {
#updatePlaylistLabel:before {
content: "\200b";
}
.ui.toggle.checkbox label::before {
background-color: var(--input-selection-background);
}