From 10f2422c976db403016b61f4e5214fee4bc4b1b1 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Wed, 8 Apr 2020 00:01:19 -0500 Subject: [PATCH] GTK3 override update This removes the old override border settings for the XFCE panel bar seeing that a border image works better and without requiring a theme override. Unfortunately still not the case for Thunar... --- Extras/override/gtk-3.24/gtk.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Extras/override/gtk-3.24/gtk.css b/Extras/override/gtk-3.24/gtk.css index 6c470df..712ee65 100755 --- a/Extras/override/gtk-3.24/gtk.css +++ b/Extras/override/gtk-3.24/gtk.css @@ -1,10 +1,3 @@ -/* XFCE Panel bar */ -.xfce4-panel { - border-right: 1px solid @bg_shade; - border-left: 1px solid @bg_bright; - border-top: 1px solid @bg_bright; - border-bottom: 1px solid @bg_shade; } - /* Force MATE panel tasklist margins */ #tasklist-button { margin-left: 2px; @@ -25,6 +18,11 @@ .color-profiles { background-color: #c0c0c0; } -/* Thunar sidebar border */ +/* Thunar borders */ .thunar .sidebar { border-right: 1px solid @bg_bright; } + +.thunar notebook .standard-view { + padding: 0px; + border-left: 2px solid @border_color; + border-right: 2px solid @border_color; }