mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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,
|
.bg-warning,
|
||||||
.btn-warning {
|
.btn-warning {
|
||||||
background-color: #f0ad4e !important;
|
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] {
|
.btn[disabled] {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user