You are not logged in.
hi guys
i fix the transparent text of icons in desktop with add this parts in ~/.config/gtk-3.0/gtk.css
XfdesktopIconView.view {
border-radius: 4px;
background: transparent;
color: #ffffff;
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.92), 0 2px 3px rgba(0, 0, 0, 0.72), 0px -2px 0px rgba(0, 0, 0, 0.6), 0 -1px 2px rgba(0, 0, 0, 0.92), 0 -2px 3px rgba(0, 0, 0, 0.72);
}
XfdesktopIconView.view:active, XfdesktopIconView.view:checked {
background-color: #2eb398;
color: #ffffff;
text-shadow: none;
}
but now i have a new problem
when i want to multi select items with mouse this happened
Last edited by imaanor (2019-01-18 07:49:48)
Offline
Hello and welcome.
This was fixed in the code in version 4.13.2 (this commit).
To work around it, add the following snippet:
XfdesktopIconView.rubberband { background-color: rgba(0,0,0,0.25); }
...and adjust the rgba values to suit.
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
Hello and welcome.
This was fixed in the code in version 4.13.2 (this commit).
To work around it, add the following snippet:
XfdesktopIconView.rubberband { background-color: rgba(0,0,0,0.25); }
...and adjust the rgba values to suit.
Hi bro
thanks alot for your help
thats solved <3
Offline
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 523.07 KiB (Peak: 523.91 KiB) ]