From 9299a682e56bfb8d82984ff75d6b42029f1ff9e2 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 18 Nov 2024 17:48:31 -0800 Subject: [PATCH] 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 Reviewed-by: Veiko Aasa --- static/themes/default/css/main.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index 78c2f8631..72530145d 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -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;