ui: Fix warning button colors

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-12-18 15:20:27 -08:00 committed by Veiko Aasa
parent 6574ec2d44
commit e6a858f3fe
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -83,7 +83,17 @@ h1, h2, h3, h4, h5, h6 {
.bg-warning,
.btn-warning {
background-color: #f0ad4e !important;
color: #fff;
color: #fff !important;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:disabled,
.btn-warning.disabled,
.btn-warning[disabled] {
background-color: var(--warning-color) !important;
color: #fff !important;
}
.btn[disabled] {