bsundman / Yosembiance

A Unity theme inspired by OSX Yosemite based on Ambiance.
103 stars 7 forks source link

Black background in geary new message #2

Closed anfrantic closed 9 years ago

anfrantic commented 9 years ago

Image of Yaktocat

Ubuntu 14.04 Geary 0.8

This issue apears only when overlay scrollbars are enabled

bsundman commented 9 years ago

Thanks, I'll try to get around to this tonight.

anfrantic commented 9 years ago

Adding this hack to gtk-widgets.css

GtkEventBox {
    background-color: @bg_color;
}

seems to solve the problem

bsundman commented 9 years ago

Thank you, saves me some time :)