From afc908b31e22c8c4923501824e42051dd96294bd Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Thu, 25 Jan 2024 16:16:58 +0100 Subject: [PATCH] Braives : Fix iA.Citizen buttons Color (where black on black, not visible) --- static/braives/_custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/braives/_custom.scss b/static/braives/_custom.scss index 2a19acb1..65746ae5 100644 --- a/static/braives/_custom.scss +++ b/static/braives/_custom.scss @@ -65,3 +65,11 @@ div.wcscurrentdraftscell ul > li > a, div.wcscurrentformscell ul > li > a { color: #577c00; } + +// iA.Citizen buttons Color fix (where black on black, not visible) +.dashboardcell .categories button { + color: white; + &.off { + color: #333; + } +}