Xfce: Improve thunar 4.16 appearance

This commit is contained in:
EliverLara
2021-07-27 13:51:28 -05:00
parent cf9b243a0a
commit 8720e0cb77
3 changed files with 18 additions and 6 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;

View File

@@ -5781,18 +5781,24 @@ 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; }
<<<<<<< HEAD
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover {
color: #F67E7D; }
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: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, .thunar toolbar .path-bar-button:checked {
>>>>>>> 62dcf83 (Xfce: Improve thunar 4.16 appearance)
border-radius: 23px;
background: linear-gradient(to right, #F67E7D, #E1DD8F);
color: #f7f7f7;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
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;

View File

@@ -5781,18 +5781,24 @@ 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; }
<<<<<<< HEAD
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover {
color: #F67E7D; }
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: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, .thunar toolbar .path-bar-button:checked {
>>>>>>> 62dcf83 (Xfce: Improve thunar 4.16 appearance)
border-radius: 23px;
background: linear-gradient(to right, #F67E7D, #E1DD8F);
color: #f7f7f7;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
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;