fixed nemo-dektop background on top of wallpaper for Cinnamon desktop

This commit is contained in:
Néstor Andreu 2023-05-09 11:10:44 +02:00
parent 3b41ae3fda
commit 0e0d62cdb3
2 changed files with 19 additions and 0 deletions

View File

@ -322,6 +322,14 @@ row.activatable:hover {
background-color: shade(@view_color,1.1);
}
button row.activatable {
border-style: none;
}
button row.activatable:hover {
background-color: transparent;
}
row:disabled, row:disabled label {
color: @insensitive_fg_color;
}
@ -455,6 +463,7 @@ textview {
color: @theme_text_color;
}
/* disabling this because Cinnamon uses widget.nemo-desktop.view as desktop background
widget.view {
background-color: @theme_bg_color;
color: @theme_text_color;
@ -463,6 +472,7 @@ widget.view {
widget.view:disabled {
color: @insensitive_fg_color;
}
*/
/* Exceptional views */
calendar.view,
iconview.view, iconview,

View File

@ -364,6 +364,13 @@ row.activatable:hover {
background-color: shade(@view_color,1.1);
}
button row.activatable {
border-style: none;
}
button row.activatable:hover {
background-color: transparent;
}
row:disabled, row:disabled label {
color: @insensitive_fg_color;
}
@ -496,6 +503,7 @@ textview {
color: @theme_text_color;
}
/* disabling this because Cinnamon uses widget.nemo-desktop.view as desktop background
widget.view {
background-color: @theme_bg_color;
color: @theme_text_color;
@ -504,6 +512,7 @@ widget.view {
widget.view:disabled {
color: @insensitive_fg_color;
}
*/
/* Exceptional views */
calendar.view,