[Howto] GTK3 with CSS (minimal example)
It is a working example for a button, which changes its color while mouse-over. gtk-version: 3.24.12-1 note: the css-property “background-image: none” is sometimes mandatory, because the default theme prevents displaying the css-defined background-color. The workaround is to set the … Continued