diff --git a/gtk-4.0/apps/_gnome.scss b/gtk-4.0/apps/_gnome.scss index 26587a8..bf33ad7 100755 --- a/gtk-4.0/apps/_gnome.scss +++ b/gtk-4.0/apps/_gnome.scss @@ -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; diff --git a/gtk-4.0/gtk-dark.css b/gtk-4.0/gtk-dark.css index 111133c..7bf79d2 100755 --- a/gtk-4.0/gtk-dark.css +++ b/gtk-4.0/gtk-dark.css @@ -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; diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css index 2f1dc2f..53f4ad5 100755 --- a/gtk-4.0/gtk.css +++ b/gtk-4.0/gtk.css @@ -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;