From d6744f099621796fc19d7855befd8262cd7fbf20 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 19 Feb 2022 22:06:06 -0800 Subject: [PATCH] bs5: dropdown toggle button fill color --- src-ui/src/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index e4e1b3fb9..7073d4c23 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -117,6 +117,7 @@ body { background-color: $primaryFaded !important; } +// Bootstrap 5 tweaks a.badge { text-decoration: none; } @@ -127,3 +128,8 @@ a.badge { 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; +}