diff --git a/Themes/BlurpleRecolor/BlurpleRecolor.css b/Themes/BlurpleRecolor/BlurpleRecolor.css index 329b6118df..8868aa0139 100644 --- a/Themes/BlurpleRecolor/BlurpleRecolor.css +++ b/Themes/BlurpleRecolor/BlurpleRecolor.css @@ -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);