My current GTK popups look like this: note that a dark atmosphere theme requires color.

In GTK3.8 and later versions of GTKMenuButtons , the popup looks like this: note that it looks like it uses style buttons.

I like this style and I want the pop-ups of my application to look the same, so there is a better look - integration and feeling.
I know I can override the pop-up background color using this python code snippet:
style = button.get_style_context ()
color = style.get_background_color (Gtk.StateFlags.NORMAL)
popup_menu.override_background_color (Gtk.StateFlags.NORMAL, color)
It looks like this if I apply a button background color.

, .
, - 1px wide?
, - ( ) - CSS ( ) , menubutton
- GTKMenuButton gtkmenubutton.c - , , menubutton .