What's the best way to indicate on a GTK interface that a button should be pressed / to "highlight" the button? The use case is that I have a set of checkboxes representing various settings, but for them to take effect, they must be submitted to a server. I want to indicate that the currently checked settings have not been sent to the server, by, for example, highlighting the Submit button to be red.
I tried messing with the button style to change its color conditionally, but I ran into problems there.