Colour active filter buttons

This commit is contained in:
JonnyWong16 2022-02-27 16:50:29 -08:00
commit 84a14c0f25
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
7 changed files with 36 additions and 29 deletions

View file

@ -680,6 +680,13 @@ textarea.form-control:focus {
.btn-form:focus {
color: #eee;
}
.btn-filter.active,
.btn-filter.active.focus {
background-color: #b7800a !important;
}
.btn-filter.active:hover {
background-color: #896007 !important;
}
.form-control-feedback {
color: #E5A00D;
margin: 5px 40px 5px 0;