Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2021-04-21 20:29:24 +02:00
parent 560a07e443
commit 774e663b0b
1 changed files with 3 additions and 9 deletions

View File

@ -2098,21 +2098,15 @@
background: var(--bd-blue);
}
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked,
.bd-switch-checked {
.bd-switch input:checked + .bd-switch-body {
background-color: rgba(var(--vaccentcolor), 0.8);
}
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked:hover,
.bd-switch-checked:hover {
.bd-switch input:checked:hover + .bd-switch-body {
background: var(--vaccentcolor-hover);
}
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked:active,
.bd-switch-checked:active {
.bd-switch input:checked:active + .bd-switch-body {
background: var(--vaccentcolor-active);
}
.bd-switch::before {
box-shadow: none;
}
html .monaco-editor .find-widget .monaco-inputbox.synthetic-focus {
outline-color: rgb(var(--vaccentcolor));