dirruk1 / gnome-breeze

Attempt to create a Breeze gtk-3 theme. GTK2 theme made by scionicspectre
https://github.com/scionicspectre/BreezyGTK
GNU Lesser General Public License v2.1
129 stars 16 forks source link

GTK Eventbox background Color visible on Synapse (GTK3) #39

Open Kwaadpepper opened 9 years ago

Kwaadpepper commented 9 years ago

Synapse use what i believe are Eventbox extended objects. The issue is the bg color is rendered transparent.

1e9e41a3d2a51717

So obviously setting * { background-color: red; } affects its color. But i tried to affect all background-color props in gtk.css (gtk3 folder). None is affecting EventBox. I believe this may not be implemented by this theme ? Can help more since i don't know anything about gtk stuff.

My synapse version is compiled against gtk 3.16.7 I also tried the branch upstream-polish with no success