[rhel7-branch 1/1] Restore RHEL-specific stylesheet data.

dashea installerbot-noreply at redhat.com
Mon Jul 13 14:06:29 UTC 2015


From: David Shea <dshea at redhat.com>

Related: rhbz#1196721
---
 data/anaconda-gtk.css | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css
index 16a6ce3..370f880 100644
--- a/data/anaconda-gtk.css
+++ b/data/anaconda-gtk.css
@@ -112,10 +112,10 @@
 
 /* vendor-specific colors/images */
 
- at define-color redhat #41413e;
- at define-color fedora #2f4265;
+ at define-color redhat #021519;
+ at define-color fedora #006eb4;
 
-/* logo and sidebar classes for Fedora */
+/* logo and sidebar classes for RHEL */
 
 /* The sidebar consists of three parts: a background, a logo, and a product logo,
  * rendered in that order. The product logo is empty by default and is intended
@@ -123,7 +123,7 @@
  */
 .logo-sidebar {
     background-image: url('/usr/share/anaconda/pixmaps/sidebar-bg.png');
-    background-color: @fedora;
+    background-color: @redhat;
     background-repeat: no-repeat;
 }
 
@@ -142,22 +142,22 @@
 }
 
 AnacondaSpokeWindow #nav-box {
-    background-color: @fedora;
+    background-color: @redhat;
     background-image: url('/usr/share/anaconda/pixmaps/topbar-bg.png');
-    background-repeat: repeat;
+    background-repeat: no-repeat;
     color: white;
 }
 
+AnacondaSpokeWindow #layout-indicator {
+    color: black;
+}
+
 /* Remove the box-shadow from buttons in the nav-box because it adds a white stripe
  * below the buttons and makes them look dumb */
 AnacondaSpokeWindow #nav-box GtkButton {
     box-shadow: none;
 }
 
-AnacondaSpokeWindow #nav-box {
-    background-color: @fedora;
-}
-
 /* These rules were removed when the Adwaita theme moved from
  * gnome-themes-standard to gtk. The selectors had been wildcards, but after
  * the move they were replaced with more specific selectors, because gtk is


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/6e6ba58ae14d9f906d02680d048d25b06ea822e2


More information about the anaconda-patches mailing list