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

Nemo desktop .css theming is ignored for .nemo-desktop and .nemo-desktop-window class #3523

Open
PonyRoleplayer opened this issue Feb 2, 2025 · 0 comments

Comments

@PonyRoleplayer
Copy link

Distribution

Mint 22

Package version

6.2.8

Frequency

Always

Bug description

When I try to edit a .css file according to the nemo-style-application.css, the modifications to any .nemo-desktop.view .entry doesn't work and are ignored. Same with the .nemo-canvas-item if the parent class is .nemo-desktop o .nemo-desktop-window

I can edit them in nemo windows, but have been unable to do so for the desktop ones individually. I've noticed that

.nemo-desktop .nemo-canvas-item {
border: 5px solid;
border-color: purple;
}

manages to add the border, by if I modify any other property such as background colour or background image, it's not applied.

Steps to reproduce

-Open gtk.css, or any .css generator for gtk themes
-Try to edit widgets with .nemo-desktop class
-Refresh the theme and see how none of the changes are applied

Expected behavior

It is expected to take the css changes

Additional information

No response

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