From bbbc964228f5d82024593e030ac8119918978a59 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Wed, 13 Dec 2023 14:07:16 -0600 Subject: [PATCH] Gnome 45: Fix transparent background in nautilus when a folder is empty --- gtk-4.0/apps/_gnome.scss | 8 +------- gtk-4.0/gtk-dark.css | 4 ---- gtk-4.0/gtk.css | 4 ---- 3 files changed, 1 insertion(+), 15 deletions(-) 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;