You are not logged in.
Pages: 1
I'm using Xfce 4.14 with Mint X theme. It lacks visual button confirmation when navigating the Xfce Log Out dialog with a keyboard. There is no indication what button will be pressed when pressing Enter. The Shut Down dialog in MATE has button outline/contour with the same theme.
Is there a way to create some form of button outline for the Xfce Log Out dialog that highlights active button when using keyboard?
Offline
The element that you want to target is:
.xfsm-logout-dialog button:focusedTry this in ~/.config/gtk-3.0/gtk.css:
.xfsm-logout-dialog button:focused {
border-color: rgb(154,184,124);
box-shadow: 0 1px rgb(154,184,124);
}...should make it look similar to a regular button in Mint-X.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
The element that you want to target is:
.xfsm-logout-dialog button:focusedTry this in ~/.config/gtk-3.0/gtk.css:
.xfsm-logout-dialog button:focused { border-color: rgb(154,184,124); box-shadow: 0 1px rgb(154,184,124); }...should make it look similar to a regular button in Mint-X.
Thanks ToZ. I appreciate it. It works. 
Offline
Pages: 1
[ Generated in 0.012 seconds, 8 queries executed - Memory usage: 528.18 KiB (Peak: 529.02 KiB) ]