diff options
Diffstat (limited to 'testing/source/vtown/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch')
-rw-r--r-- | testing/source/vtown/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/source/vtown/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch b/testing/source/vtown/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch new file mode 100644 index 00000000..fbf091c9 --- /dev/null +++ b/testing/source/vtown/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch @@ -0,0 +1,25 @@ +From 55c7a77386e440523b4b9bdc27dd4d553f2f8c52 Mon Sep 17 00:00:00 2001 +From: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at> +Date: Mon, 8 Jun 2020 23:30:11 +0200 +Subject: [PATCH 2/2] Fix Thunar CSD when not focused (Fixes #274) + +--- + light/gtk-3.0/_xfce.scss | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/light/gtk-3.0/_xfce.scss b/light/gtk-3.0/_xfce.scss +index 5ea4a2b..6c92174 100644 +--- a/light/gtk-3.0/_xfce.scss ++++ b/light/gtk-3.0/_xfce.scss +@@ -149,7 +149,7 @@ wnck-pager { + + /* Thunar's sidebar top border */ + .thunar { +- :backdrop { color: $insensitive_fg_color; } ++ grid :backdrop { color: $insensitive_fg_color; } + toolbar { + border-bottom: none; + +-- +2.29.2 + |