diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-04 15:07:50 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-04 15:12:25 +0100 |
commit | 60665b8f4ee4267e32c5306e485dc3264d4246cb (patch) | |
tree | 8d657c52580acbc6cb05445d84df680d4736b3a4 /perl-install/share | |
parent | 212f25b60eba5764d99b01f3e911f7833a8262bc (diff) | |
download | drakx-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
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/themes-galaxy.css | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |