mate-desktop / marco

MATE default window manager
https://mate-desktop.org
GNU General Public License v2.0
197 stars 87 forks source link

Tooltips always use the gtk fg color #612

Open sixsixfive opened 4 years ago

sixsixfive commented 4 years ago

Expected behaviour

use the same tooltip colors as the gtk widgets

Actual behaviour

tooltips will always use the normal gtk fg color no matter how the tooltip widget is styled in css.

Same window two colors:

Unbenannt

Steps to reproduce the behaviour

add

tooltip label,
.tooltip label,
tooltip.background label,
.tooltip.background label{
color:red;
background:green;}

to you gtk.css and and reload your gtk3 theme, you will see that all tooltips have red text except marco tooltips.

MATE general version

1.24

Package version

1.24

Linux Distribution

DebianSid

Link to downstream report of your Distribution