I want to set the border color of a GtkButton when it has focus. I tried the following CSS, but it didn't work.
.toggle-button:focus {
outline-width: 2px;
border-color: #000000;
}
Do I need to set any other properties? How can I achieve this?
It's not easy to answer this question if you don't know the relevant part of the script. Here's what works for me.
If necessary, I can also provide my corresponding script.