Related: rhbz#1196721
From: David Shea dshea@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 */
-@define-color redhat #41413e; -@define-color fedora #2f4265; +@define-color redhat #021519; +@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
Added label: ACK.
Closed.
anaconda-patches@lists.fedorahosted.org