summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-04 15:07:50 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-04 15:12:25 +0100
commit60665b8f4ee4267e32c5306e485dc3264d4246cb (patch)
tree8d657c52580acbc6cb05445d84df680d4736b3a4
parent212f25b60eba5764d99b01f3e911f7833a8262bc (diff)
downloaddrakx-60665b8f4ee4267e32c5306e485dc3264d4246cb.tar
drakx-60665b8f4ee4267e32c5306e485dc3264d4246cb.tar.gz
drakx-60665b8f4ee4267e32c5306e485dc3264d4246cb.tar.bz2
drakx-60665b8f4ee4267e32c5306e485dc3264d4246cb.tar.xz
drakx-60665b8f4ee4267e32c5306e485dc3264d4246cb.zip
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
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/share/themes-galaxy.css1
3 files changed, 5 insertions, 1 deletions
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;
}