Had the same issue with Neon on Ubuntu 16.04 Mate.
To fix this, I created a small custom GTK3 CSS settings file. It is saved as you HOMEDIR / .config / gtk-3.0 / gtk.css
In my case, I compressed the bit interval, the specified font by default, and also set the appearance for pop-ups:
##################### * { padding: 1px; font: Liberation Mono 12; } GtkToolbar { padding: 2px; } GtkMenuBar { padding: 2px; } GtkMenuItem { padding: 2px 6px; } .tooltip { background-color: #CAE1FF; color: #EEEEEE; text-shadow: none; } #########################
mr.maga Nov 30 '16 at 1:10 2016-11-30 01:10
source share