cockpit-podman/load-css-overrides.patch
Adam Majer 54fe5fe6e1 - New version 91. Changes since 84:
* Implement pull option for existing images
  * Use binary http channel for podman socket for non-UTF-8 robustness
  * Stop using obsolete cockpit.utf8_{de,en}coder() API
  * Translation updates
  * Bug fixes and performance improvements
- update_version.sh: fetch package-lock.json from upstream
  instead of regenerating.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-podman?expand=0&rev=52
2024-07-31 12:56:07 +00:00

24 lines
1000 B
Diff

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
===================================================================
--- cockpit-podman-70.orig/src/index.html
+++ cockpit-podman-70/src/index.html
@@ -23,6 +23,7 @@ along with this package; If not, see <ht
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
+ <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>