stuff
This commit is contained in:
parent
b7a40b86c3
commit
253cefe43c
|
@ -4065,9 +4065,9 @@
|
|||
bdPillSelected: "bd-selected",
|
||||
bdPillUnread: "bd-unread",
|
||||
bdPfbtn: "bd-pfbtn",
|
||||
bdSwitch: "bd-switch ui-switch",
|
||||
bdSwitchChecked: "bd-checked checked",
|
||||
bdSwitchInner: "bd-checkbox ui-switch-checkbox",
|
||||
bdSwitch: "bd-switch",
|
||||
bdSwitchChecked: "bd-switch-checked",
|
||||
bdSwitchInner: "bd-checkbox",
|
||||
bdUpdatebtn: "bd-updatebtn",
|
||||
settingsOpen: "settings-open",
|
||||
settingsClosed: "settings-closed",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1597,9 +1597,21 @@
|
|||
.themeDefault-24hCdX.valueChecked-m-4IJZ { /* switch checked */
|
||||
background-color: rgb(var(--vaccentcolor));
|
||||
}
|
||||
.themeDefault-24hCdX.valueChecked-m-4IJZ:hover {
|
||||
background: var(--vaccentcolor-hover);
|
||||
}
|
||||
.themeDefault-24hCdX.valueChecked-m-4IJZ:active {
|
||||
background: var(--vaccentcolor-active);
|
||||
}
|
||||
.themeClear-1EjkE4.valueChecked-m-4IJZ { /* switch checked clear */
|
||||
background-color: rgb(var(--vaccentcolor));
|
||||
}
|
||||
.themeClear-1EjkE4.valueChecked-m-4IJZ:hover {
|
||||
background: var(--vaccentcolor-hover);
|
||||
}
|
||||
.themeClear-1EjkE4.valueChecked-m-4IJZ:active {
|
||||
background: var(--vaccentcolor-active);
|
||||
}
|
||||
|
||||
.barFill-23-gu- { /* slider barfill */
|
||||
background: rgb(var(--vaccentcolor));
|
||||
|
@ -1818,6 +1830,15 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before {
|
|||
background: var(--vaccentcolor-active);
|
||||
}
|
||||
|
||||
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked:hover,
|
||||
.bd-switch-checked:hover {
|
||||
background: var(--vaccentcolor-hover);
|
||||
}
|
||||
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked:active,
|
||||
.bd-switch-checked:active {
|
||||
background: var(--vaccentcolor-active);
|
||||
}
|
||||
|
||||
|
||||
/* ~~~~ 14. PLUGINSUPPORT ~~~~ */
|
||||
|
||||
|
|
Loading…
Reference in New Issue