LP1999282 (follow-up): fix css selector
authorJane Sandberg <sandbergja@gmail.com>
Sat, 25 Feb 2023 14:36:11 +0000 (06:36 -0800)
committerJane Sandberg <sandbergja@gmail.com>
Sat, 25 Feb 2023 14:36:11 +0000 (06:36 -0800)
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

Open-ILS/src/eg2/src/styles.css

index 84b5d6b..e63ff76 100644 (file)
@@ -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