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:focused
Try 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.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
The element that you want to target is:
.xfsm-logout-dialog button:focused
Try 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, 9 queries executed - Memory usage: 523.65 KiB (Peak: 524.49 KiB) ]