You are not logged in.
In Thunar, when I hovering with the mouse's cursor on file properties, there is this effect:
There are these borders which disappears when I hover with the mouse; I'd like to remove this border; what I have to add to gtk.css?
OS: Manjaro x86_64
DE: Xfce 4.20
Offline
I assume you mean you don't want any borders at all. Try something like:
.thunar .view button {border-style: none; border-width: 0;}
If it doesn't work, which GTK (Appearance) theme are you using? It may be writing some other values that would need to be removed.
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
If it doesn't work, which GTK (Appearance) theme are you using? It may be writing some other values that would need to be removed.
I'm using Greybird-dark, but happens with any other GTK theme (eg. also with Adwaita-dark).
However: the css code which you indicated me, works like a charm Thank you!
OS: Manjaro x86_64
DE: Xfce 4.20
Offline
[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 524.43 KiB (Peak: 525.27 KiB) ]