You are not logged in.
Xfce 4.18 (and so Thunar 4.18), Greybird theme.
As shown in the following screenshots, the elements in the side panel of Thunar (as well in the file dialog window), are no longer highlighted with color; I am pretty sure that on the previous version of Thunar/Xfce, they were highlighted with color; maybe because the theme hasn't be updated for the new version? And: can I add something to ~/.config/gtk-3.0/gtk.css to have the highlight color in the side panels (Thunar and file dialog)?
Offline
Here is an example of how you can target those elements (greybird-specific). You'll probably want to change the colours:
.thunar .sidebar treeview:selected {background: none; color: black; background-color: red}
Might be a good idea to create a bug report against the greybird theme.
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
Thank you. It works for Thunar, but what about file dialog windows?
Offline
Thank you. It works for Thunar, but what about file dialog windows?
Assuming the GtkFileChooser dialog:
filechooser row:selected {background: none; color: black; background-color: red}
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
Perfect. Thank you again.
Offline
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 533.96 KiB (Peak: 534.8 KiB) ]