diff options
Diffstat (limited to 'source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch')
-rw-r--r-- | source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch b/source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch deleted file mode 100644 index fbf091c9..00000000 --- a/source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch +++ /dev/null @@ -1,25 +0,0 @@ -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 - |