This commit is contained in:
Mirco Wittrien 2020-11-03 12:41:23 +01:00
parent 313335cff0
commit 40b8bbb132
2 changed files with 2 additions and 12 deletions

View File

@ -1990,16 +1990,6 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *::before {
color: var(--bd-blue);
}
.bd-addon-list .bd-footer button {
background: var(--bd-blue);
}
.bd-addon-list .bd-footer button:hover {
background: var(--vaccentcolor-hover);
}
.bd-addon-list .bd-footer button:active {
background: var(--vaccentcolor-active);
}
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked,
.bd-switch-checked {
background-color: rgba(var(--vaccentcolor), 0.8);

View File

@ -3926,7 +3926,7 @@ html .bd-settings-group.collapsible .bd-settings-title::after {
max-height: unset;
}
#app-mount .bd-addon-list .bd-addon-header {
border-bottom: 1px solid var(--background-modifier-accent);
border-bottom-color: var(--background-modifier-accent);
color: var(--header-primary);
}
#app-mount .bd-addon-card .bd-description::-webkit-scrollbar-track {
@ -3958,7 +3958,7 @@ html .bd-settings-group.collapsible .bd-settings-title::after {
border-radius: 18px;
}
#app-mount .bd-addon-list .bd-footer {
border-top: 1px solid var(--background-modifier-accent);
border-top-color: var(--background-modifier-accent);
}
#app-mount .bd-addon-card.settings-open svg .fill {
fill: var(--interactive-normal);