diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-19 03:19:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-19 03:19:34 +0000 |
commit | e9f07e4582f7977395d5c26d41e3fc97ed9e077c (patch) | |
tree | 478a9376a299c9450151b72c29c5c790c1023564 /bugfix-add-log-and-background.patch | |
parent | a4252603249fd648f2870ce2dcbaf86ebcf1f118 (diff) |
automatic import of anacondaopeneuler20.03
Diffstat (limited to 'bugfix-add-log-and-background.patch')
-rw-r--r-- | bugfix-add-log-and-background.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/bugfix-add-log-and-background.patch b/bugfix-add-log-and-background.patch new file mode 100644 index 0000000..7645f9e --- /dev/null +++ b/bugfix-add-log-and-background.patch @@ -0,0 +1,46 @@ +From 8b5428e400ac80d57ae6bc6b0ec792e17a62a04e Mon Sep 17 00:00:00 2001 +From: sun_hai_10 <sunhai10@huawei.com> +Date: Thu, 24 Nov 2022 11:13:58 +0800 +Subject: [PATCH] add log and background + +--- + data/anaconda-gtk.css | 11 ++++++++++- + 1 file changed, 10 insertions(+), 1 deletion(-) + +diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css +index 7de933d..7c6643a 100644 +--- a/data/anaconda-gtk.css ++++ b/data/anaconda-gtk.css +@@ -98,12 +98,18 @@ infobar.error { + @define-color anaconda_bg_color #2f4265; + + .logo-sidebar { ++ background-image: url('/usr/share/anaconda/pixmaps/sidebar-bg.png'); ++ background-size: 100% 100%; ++ background-repeat: no-repeat; + background-color: @anaconda_bg_color; + } + + /* This is a placeholder to be filled by a product-specific logo. */ + .logo { +- background-image: none; ++ background-image: url('/usr/share/anaconda/pixmaps/sidebar-logo.png'); ++ background-position: 50% 20px; ++ background-size: 90%; ++ background-repeat: no-repeat; + background-color: transparent; + } + +@@ -114,6 +120,9 @@ infobar.error { + } + + AnacondaSpokeWindow #nav-box { ++ background-image: url('/usr/share/anaconda/pixmaps/topbar-bg.png'); ++ background-size: 100% 100%; ++ background-repeat: no-repeat; + background-color: @anaconda_bg_color; + color: white; + } +-- +2.23.0 + |