Set background color for buttons used in dialogs footer

This commit is contained in:
Hadi Nategh
2022-09-05 10:10:11 +02:00
parent c24c1049dd
commit 978d356eed
3 changed files with 5 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ export const ButtonMixin = <T extends Constructor>(superclass : T) => class exte
}
/* Make hover border match other widgets (select) */
.button--standard.button--default:hover:not(.button--disabled) {
background-color: var(--sl-color-gray-100);
background-color: var(--sl-color-gray-150);
border-color: var(--sl-input-border-color-hover);
color: var(--sl-input-color-hover);
}