Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-01-14 14:31:26

imaanor
Member
Registered: 2019-01-14
Posts: 2

[SOLVED] Multi select items in desktop has no transparent

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
MRbfiHD.jpg

Last edited by imaanor (2019-01-18 07:49:48)

Offline

#2 2019-01-14 15:39:37

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,000

Re: [SOLVED] Multi select items in desktop has no transparent

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

#3 2019-01-14 16:17:13

imaanor
Member
Registered: 2019-01-14
Posts: 2

Re: [SOLVED] Multi select items in desktop has no transparent

ToZ wrote:

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

Board footer

Powered by FluxBB