diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index 79bc114..57a4b54 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 e535622..19e7661 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5778,18 +5778,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: #c50ed2; } - 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, #c50ed2, #8500f7); box-shadow: 0px 0px 5px rgba(197, 14, 210, 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 e535622..19e7661 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5778,18 +5778,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: #c50ed2; } - 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, #c50ed2, #8500f7); box-shadow: 0px 0px 5px rgba(197, 14, 210, 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;