Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2024-04-06 19:46:45 +02:00
parent ef97481605
commit f644df9514
1 changed files with 4 additions and 3 deletions

View File

@ -2338,8 +2338,7 @@ html #bd-modal-container > * {
}
.bd-addon-modal-footer .bd-button,
.bd-button-filled.bd-button-color-brand,
.bd-button-filled.bd-button-color-brand:disabled {
.bd-button-filled.bd-button-color-brand {
background: var(--bd-blue);
}
.bd-addon-modal-footer .bd-button:hover,
@ -2347,10 +2346,12 @@ html #bd-modal-container > * {
background: var(--accentcolor-hover);
}
.bd-addon-modal-footer .bd-button:active,
.bd-button-filled.bd-button-color-brand:active {
background: var(--accentcolor-active);
}
.bd-button-filled.bd-button-color-brand:disabled {
background: var(--bd-blue) !important;
}
.bd-description-wrap .banner {
background: var(--background-primary);