From: Jane Sandberg Date: Sat, 25 Feb 2023 14:36:11 +0000 (-0800) Subject: LP1999282 (follow-up): fix css selector X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f203c83471a4ddc8dc993334a0c1beb9bb672782;p=Evergreen.git LP1999282 (follow-up): fix css selector Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 84b5d6b24e..e63ff76e1a 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -412,7 +412,7 @@ input.small { } .badge-dark, -badge.text-bg-dark { +.badge.text-bg-dark { color: #000; background: #adb5bd; } \ No newline at end of file