mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
6574ec2d44
commit
e6a858f3fe
@ -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] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user