From 0f4d5bc3b0aeecbdce45c6aea77f92859afeae26 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 31 Dec 2020 11:31:49 +0100 Subject: [PATCH] web: fix colour for selected sortable table header --- web/src/authentik.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/authentik.css b/web/src/authentik.css index e40f50458..b8a21648d 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -137,6 +137,9 @@ select[multiple] { --pf-c-table--cell--Color: var(--ak-dark-foreground); } .pf-c-table__text { + color: var(--ak-dark-foreground); + } + .pf-c-table__sort:not(.pf-m-selected) .pf-c-table__button .pf-c-table__text { color: var(--ak-dark-foreground) !important; } .pf-c-table__sort-indicator i {