From 2392b528ee04e5c55776cfaf6b7b2f6cc9cc8cb1 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 d647b7d..1d6e697 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -75,14 +75,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 6bf5c88..c8c29d1 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5803,18 +5803,18 @@ scrolledwindow.sidebar treeview.view { color: #98abb2; } /* 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: #00D3A7; } - 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: #00e8b7; box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); 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 cd8a5d8..92d388e 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5828,18 +5828,18 @@ scrolledwindow.sidebar treeview.view { color: #98abb2; } /* 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: #00D3A7; } - 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: #00e8b7; box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); 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;