From f5459645a538bb3e40a7916c5d1b79dc322dc2fa Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 16 Dec 2021 21:06:08 +0100 Subject: [PATCH] web/admin: fix background colour for application sidebar Signed-off-by: Jens Langhammer --- web/src/pages/applications/ApplicationListPage.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/pages/applications/ApplicationListPage.ts b/web/src/pages/applications/ApplicationListPage.ts index 007f03810..2cc1fa186 100644 --- a/web/src/pages/applications/ApplicationListPage.ts +++ b/web/src/pages/applications/ApplicationListPage.ts @@ -4,6 +4,7 @@ import { CSSResult, TemplateResult, css, html } from "lit"; import { customElement, property } from "lit/decorators.js"; import { ifDefined } from "lit/directives/if-defined.js"; +import AKGlobal from "../../authentik.css"; import PFAvatar from "@patternfly/patternfly/components/Avatar/avatar.css"; import PFCard from "@patternfly/patternfly/components/Card/card.css"; @@ -56,6 +57,7 @@ export class ApplicationListPage extends TablePage { return super.styles.concat( PFAvatar, PFCard, + AKGlobal, css` tr td:first-child { width: auto;