You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
934 B
38 lines
934 B
7 days ago
|
From d9fe80cb2d797a077d604d8f9a69ceaf5167e51b Mon Sep 17 00:00:00 2001
|
||
|
From: Sergey Cherevko <sergey.cherevko@softline.com>
|
||
|
Date: Thu, 19 Dec 2024 21:13:04 +0300
|
||
|
Subject: [PATCH 03/15] Set MSVSphere installer colors
|
||
|
|
||
|
---
|
||
|
data/anaconda-gtk.css | 5 +++--
|
||
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css
|
||
|
index f83cf15..ef557ee 100644
|
||
|
--- a/data/anaconda-gtk.css
|
||
|
+++ b/data/anaconda-gtk.css
|
||
|
@@ -96,9 +96,10 @@ infobar.error box {
|
||
|
*/
|
||
|
|
||
|
@define-color anaconda_bg_color #2f4265;
|
||
|
+@define-color msvsphere #343434;
|
||
|
|
||
|
.logo-sidebar {
|
||
|
- background-color: @anaconda_bg_color;
|
||
|
+ background-color: @msvsphere;
|
||
|
}
|
||
|
|
||
|
/* This is a placeholder to be filled by a product-specific logo. */
|
||
|
@@ -114,7 +115,7 @@ infobar.error box {
|
||
|
}
|
||
|
|
||
|
AnacondaSpokeWindow #nav-box {
|
||
|
- background-color: @anaconda_bg_color;
|
||
|
+ background-color: @msvsphere;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
--
|
||
|
2.43.5
|
||
|
|