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/NEWS | 3 +++ perl-install/install/NEWS | 2 ++ perl-install/share/themes-galaxy.css | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 816fc8291..b989eb32c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- fix blue background behind left panel text (mga#11866) + (for not yet released gtk3 mcc) + Version 16.5 - 3 December 2013 - diskdrake: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 82aa26dea..5686d6f46 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix blue background behind left panel text (mga#11866) + Version 16.5 - 3 December 2013 - partitioning: 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