How to change PopoverMenuBar colours by css?

I have simple application written on C++ (so I used gtkmm). I used Gtk::PopoverMenuBar as a main menu of application (it is inside Gtk::Box). I’ve found how to change colour of menu item when it’s simply showed, but I need also to do it while mouse pointer “hovering”. So the question is: how can I do it?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.