You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: