mirror of
https://github.com/EliverLara/Nordic.git
synced 2026-09-26 00:51:11 -04:00
Gnome 45: Fix transparent background in nautilus when a folder is empty
This commit is contained in:
@@ -47,13 +47,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&.background {
|
||||
background-color: transparentize(darken($base_color,3%),0.05);
|
||||
&:backdrop {
|
||||
background-color: transparentize(darken($base_color,3%),0.05);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Gnome 43 path-bar
|
||||
#NautilusPathBar {
|
||||
height: 20px;
|
||||
|
||||
@@ -5633,10 +5633,6 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: rgba(59, 66, 82, 0.5); }
|
||||
.nautilus-window .sidebar .list-row:hover:active {
|
||||
background-color: rgba(129, 161, 193, 0.9); }
|
||||
.nautilus-window.background {
|
||||
background-color: rgba(53, 59, 73, 0.95); }
|
||||
.nautilus-window.background:backdrop {
|
||||
background-color: rgba(53, 59, 73, 0.95); }
|
||||
.nautilus-window #NautilusPathBar {
|
||||
height: 20px;
|
||||
margin-top: 7px;
|
||||
|
||||
@@ -5633,10 +5633,6 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: rgba(59, 66, 82, 0.5); }
|
||||
.nautilus-window .sidebar .list-row:hover:active {
|
||||
background-color: rgba(129, 161, 193, 0.9); }
|
||||
.nautilus-window.background {
|
||||
background-color: rgba(53, 59, 73, 0.95); }
|
||||
.nautilus-window.background:backdrop {
|
||||
background-color: rgba(53, 59, 73, 0.95); }
|
||||
.nautilus-window #NautilusPathBar {
|
||||
height: 20px;
|
||||
margin-top: 7px;
|
||||
|
||||
Reference in New Issue
Block a user