Xfce: Improve thunar 4.16 appearance

This commit is contained in:
EliverLara
2021-07-27 13:51:28 -05:00
parent 433a574e00
commit 2392b528ee
3 changed files with 10 additions and 10 deletions

View File

@@ -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;