I'd like to change the style of the close button on GTK+3 windows with so called "header bars", where the window is rendered without decoration and GTK composes title bar and widgets.
What kind of element is the "X" close button, and what CSS classes does it belong to (if any)?
Note that this is not part of the window manager theme but actually drawn by GTK+.
It's a GtkButton with icon window-close-symbolic
with style class titlebutton
(the same class as the other buttons on the header), assuming the app is using the built-in close button.