Fix at #8 only applies to Ubuntu themes Ambiance and Radiance.
I've taken a look at the diff, and successfully applied that to Adwaita in the 
following way:
mkdir ~/.themes/Adwaita
cd ~/.themes/Adwaita
cp -r /usr/share/themes/Adwaita/gtk-3.0 .
cd gtk-3.0
then, edit gtk.css and leave as this -of course scisors do not belong to the 
file- (note the first line is the one it already existed. Also note, the same 
block should be added to gtk-black.css if you use the black version for 
Evolution):

---8<-----8<--------
@import url("resource:///org/gnome/adwaita/gtk-main.css");

/*****************************
 * FIX EVOLUTION BLACK EMAIL *
 *****************************/
GtkWindow {
     color: @theme_fg_color;
     background-color: @theme_bg_color;
 }
GtkPaned {
     color: @theme_fg_color;

    /* Evolution sets the background color of its mail window to the background
     * color of entries, but cannot handle background images.  Setting the
     * background color here doesn't effect real entries, because
     * 'background-image' has precedence.
     */
     background-color: @theme_bg_color;
 }
----->8------->8-----

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to