File load-css-overrides.patch of Package cockpit-podman

From c2129ba4abc8cdea0129c6fd1437bd905e947aca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= <dgonzalez@suse.de>
Date: Mon, 13 Jun 2022 21:32:24 +0100
Subject: [PATCH] Start loading a custom CSS file

For changing the Cockpit appearance using the CSS overrides workaround
described at https://github.com/cockpit-project/cockpit/pull/17437
---
 src/index.html | 1 +
 1 file changed, 1 insertion(+)

Index: cockpit-podman-70/src/index.html
===================================================================
index 4adf659..f8e2e29 100644
--- a/src/index.html
+++ b/src/index.html
@@ -24,6 +24,7 @@ along with this package; If not, see <http://www.gnu.org/licenses/>.
 
     <link rel="stylesheet" href="index.css">
     <link href="../../static/branding.css" rel="stylesheet" />
+    <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet">
 
     <script type="text/javascript" src="index.js"></script>
     <script type="text/javascript" src="po.js"></script>
openSUSE Build Service is sponsored by