Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xfce inactive desktop icons have solid light gray background. #50

Open
regs01 opened this issue Oct 20, 2024 · 0 comments
Open

Xfce inactive desktop icons have solid light gray background. #50

regs01 opened this issue Oct 20, 2024 · 0 comments

Comments

@regs01
Copy link

regs01 commented Oct 20, 2024

That's because in the beginning there is explicit .view:backdrops

Which is not being cancelled for XfdesktopIconView.view

XfdesktopIconView.view {

Adding XfdesktopIconView.view:backdrops would fix it.

XfdesktopIconView.view,
XfdesktopIconView.view:backdrops {
  background-color: transparent;
  color: white;
  text-shadow: 0 1px 2px black;
}

Screenshot_2024-10-19_15-34-47_cut

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant