From 60665b8f4ee4267e32c5306e485dc3264d4246cb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 Dec 2013 15:07:50 +0100 Subject: fix blue background behind left panel text (mga#11866) Due to the switch from RC to CSS, the background color now got enforced by gtk3 (#11866) => drop the useless bg color. this affected both installer & (no yet released) mcc. Detected first while testing gtk3 mcc and then also reported once oxygen-gtk3 was fixed regarding Banners. Spotted by Hugo Pereira Da Costa in https://bugs.kde.org/show_bug.cgi?id=328383 --- perl-install/share/themes-galaxy.css | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/share') diff --git a/perl-install/share/themes-galaxy.css b/perl-install/share/themes-galaxy.css index 16c98b819..5e5189002 100644 --- a/perl-install/share/themes-galaxy.css +++ b/perl-install/share/themes-galaxy.css @@ -10,7 +10,6 @@ #Logo, #Steps * { /* base[NORMAL] = { 0.28, 0.38, 0.66 }; */ - background-color: #548EE6; color: #FFFFFF; } -- cgit v1.2.1