Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2021-04-21 20:36:55 +02:00
parent 802840f9ee
commit 320b5f9b83
1 changed files with 6 additions and 2 deletions

View File

@ -2101,10 +2101,14 @@
.bd-switch input:checked + .bd-switch-body {
--switch-color: rgba(var(--vaccentcolor), 0.8);
}
.bd-switch:hover input:checked + .bd-switch-body {
.bd-switch input:active + .bd-switch-body {
--switch-color: rgba(var(--vaccentcolor));
}
.bd-switch input:checked:hover + .bd-switch-body {
background: var(--vaccentcolor-hover);
}
.bd-switch:active input:checked + .bd-switch-body {
.bd-switch input:checked:active + .bd-switch-body {
--switch-color: rgb(var(--vaccentcolor));
background: var(--vaccentcolor-active);
}