This commit is contained in:
Mirco Wittrien 2021-04-21 21:12:48 +02:00
parent 5f23f612a7
commit 3484af6c8f
2 changed files with 8 additions and 6 deletions

View File

@ -7565,7 +7565,8 @@ html .bd-toast.toast-warn.icon::before {
}
.bd-switch-body { /* bd switch */
--switch-color: rgba(var(--vtransparencycolor), 0.3);
--switch-color: rgb(var(--vtransparencycolor));
background-color: rgba(var(--vtransparencycolor), 0.3);
}
.bd-select-wrapper { /* bd select wrapper */

View File

@ -1853,17 +1853,17 @@
}
.container-3auIfb[style*="background-color: rgb(67, 181, 129)"]:hover,
.container-3auIfb[style*="background-color: rgb(114, 137, 218)"]:hover {
background: var(--vaccentcolor-hover);
background: var(--vaccentcolor-hover) !important;
}
.container-3auIfb[style*="background-color: rgb(67, 181, 129)"]:active,
.container-3auIfb[style*="background-color: rgb(114, 137, 218)"]:active {
background: var(--vaccentcolor-active);
#app-mount .container-3auIfb:active {
background: var(--vaccentcolor-active) !important;
}
.container-3auIfb path[fill] {
fill: rgb(114, 118, 125) !important;
}
.container-3auIfb[style*="background-color: rgb(67, 181, 129)"] path[fill],
.container-3auIfb[style*="background-color: rgb(114, 137, 218)"] path[fill] {
.container-3auIfb[style*="background-color: rgb(114, 137, 218)"] path[fill],
.container-3auIfb:active path[fill] {
fill: rgb(var(--vaccentcolor)) !important;
}
@ -2100,6 +2100,7 @@
.bd-switch input:checked + .bd-switch-body {
--switch-color: rgba(var(--vaccentcolor), 0.8);
background-color: rgba(var(--vaccentcolor), 0.8);
}
.bd-switch input:active + .bd-switch-body {
--switch-color: rgba(var(--vaccentcolor));