Add patch to include css-overrides #10
Reference in New Issue
Block a user
Delete Branch "add-css-overrides"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +15,4 @@<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">Where does this css file come from?
It's provided in https://src.opensuse.org/cockpit/cockpit, inside cockpit-suse-theme.tar, it's part of how we handle the entire branding parts of cockpit. Also see: https://src.opensuse.org/cockpit/cockpit/src/branch/main/css-overrides.patch
Oooh right. Thanks!
this is merged
Pull request closed