Show circle background on titlebar buttons in chrome gtk4

In chrome, when I use the gtk 4 theme, aka zorin grey dark, my titlebar buttons dont have a background color like its somehow using a zorin 16 theme.


I want edit the css to make it look something like this

So it matches how other titlebars look like in zorin 17 core

Can you help me find the right css property to achieve this?

If using a custom gtk.css, you can try using either or both of headerbar button.titlebutton, .titlebar button.titlebutton

This can be differentiated for each: headerbar button.titlebutton.close, .titlebar button.titlebutton.close

headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize

headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize

1 Like