diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index 667dfe801..ea84ce8d0 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -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] {