Fixed filename not showing in thunar

This commit is contained in:
EliverLara
2018-08-23 23:37:56 -05:00
parent c5025724e9
commit 69afc2330b
5 changed files with 36 additions and 17 deletions

View File

@@ -2,12 +2,6 @@
* Notebooks *
*************/
notebook {
.frame{
*:selected, *:selected:backdrop{
background: transparent;
color: $selected_bg_color;
}
}
> header {
padding: 1px;
border-color: $borders_color;

View File

@@ -165,10 +165,15 @@ placessidebar{
color: #ffffff;
background-color: rgba(0,0,0,0.24);
.sidebar-icon {
color: #ffffff;
}
}
}
&:backdrop{
color: rgba(0,0,0,0.54);;
background-color: transparent;
background-image:linear-gradient(to right, #00e8b7 40px,
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
}
.sidebar-icon {
-gtk-icon-shadow: 0 1px transparentize(#fff, 0.2);