mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Xfce: Improve thunar 4.16 appearance
This commit is contained in:
@@ -75,14 +75,14 @@ scrolledwindow.sidebar treeview.view {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* path-bar of thunar */
|
/* 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-top: 7px;
|
||||||
margin-bottom: 7px;
|
margin-bottom: 7px;
|
||||||
&:hover { color: $selected_bg_color; }
|
&:hover { color: $selected_bg_color; }
|
||||||
&:checked { @include button(active-header); }
|
&: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;
|
background: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -5803,18 +5803,18 @@ scrolledwindow.sidebar treeview.view {
|
|||||||
color: #98abb2; }
|
color: #98abb2; }
|
||||||
|
|
||||||
/* path-bar of thunar */
|
/* 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-top: 7px;
|
||||||
margin-bottom: 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; }
|
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;
|
border-radius: 23px;
|
||||||
background: #00e8b7;
|
background: #00e8b7;
|
||||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||||
color: white; }
|
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;
|
background: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -5828,18 +5828,18 @@ scrolledwindow.sidebar treeview.view {
|
|||||||
color: #98abb2; }
|
color: #98abb2; }
|
||||||
|
|
||||||
/* path-bar of thunar */
|
/* 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-top: 7px;
|
||||||
margin-bottom: 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; }
|
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;
|
border-radius: 23px;
|
||||||
background: #00e8b7;
|
background: #00e8b7;
|
||||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||||
color: white; }
|
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;
|
background: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user