bs5: dropdown toggle button fill color

This commit is contained in:
Michael Shamoon 2022-02-19 22:06:06 -08:00
parent 55b980991b
commit d6744f0996

View File

@ -117,6 +117,7 @@ body {
background-color: $primaryFaded !important; background-color: $primaryFaded !important;
} }
// Bootstrap 5 tweaks
a.badge { a.badge {
text-decoration: none; text-decoration: none;
} }
@ -127,3 +128,8 @@ a.badge {
text-decoration: underline; text-decoration: underline;
} }
} }
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
background-color: $paperless-green;
border-color: $paperless-green;
}