From e6868138eaf3af9057ffbb3f532cef17ad91f38a Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 27 Jul 2021 13:51:28 -0500 Subject: [PATCH] Xfce: Improve thunar 4.16 appearance --- gtk-3.0/apps/_xfce.scss | 4 ++-- gtk-3.0/gtk-dark.css | 8 ++++---- gtk-3.0/gtk.css | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index 00608b3..0f93844 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -82,14 +82,14 @@ scrolledwindow.sidebar treeview.view { } /* path-bar of thunar */ -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button { +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button, .thunar toolbar .path-bar-button { margin-top: 7px; margin-bottom: 7px; &:hover { color: $selected_bg_color; } &:checked { @include button(active-header); } } -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button, .thunar toolbar .path-bar-button { background: none; outline: none; border: none; diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 4069498..8d8d865 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5843,18 +5843,18 @@ scrolledwindow.sidebar treeview.view { padding: 1.5px; } /* path-bar of thunar */ -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button { +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button, .thunar toolbar .path-bar-button { margin-top: 7px; margin-bottom: 7px; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover { + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover, .thunar toolbar .path-bar-button:hover { color: #f7b922; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked { + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked, .thunar toolbar .path-bar-button:checked { border-radius: 23px; background: linear-gradient(to right, #eee90a, #f7b922); box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98); color: white; } -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button, .thunar toolbar .path-bar-button { background: none; outline: none; border: none; diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 629bcdc..0888223 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5868,18 +5868,18 @@ scrolledwindow.sidebar treeview.view { padding: 1.5px; } /* path-bar of thunar */ -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button { +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button, .thunar toolbar .path-bar-button { margin-top: 7px; margin-bottom: 7px; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover { + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover, .thunar toolbar .path-bar-button:hover { color: #f7b922; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked { + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked, .thunar toolbar .path-bar-button:checked { border-radius: 23px; background: linear-gradient(to right, #eee90a, #f7b922); box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98); color: white; } -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button, .thunar toolbar .path-bar-button { background: none; outline: none; border: none;