mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ui: Accept default styling of Bootstrap 5 for warning button
- The new styling has much higher contrast compared to older styling. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
a4017b2bf2
commit
9299a682e5
@ -83,23 +83,6 @@ h6:not(:first-child) {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
/* Warning colors from bootstrap 3 */
|
||||
.bg-warning,
|
||||
.btn-warning {
|
||||
background-color: #f0ad4e !important;
|
||||
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] {
|
||||
cursor: not-allowed !important;
|
||||
opacity: .65;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user