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,7 +2,15 @@
* Nautilus *
************/
.nautilus-window {
.frame{
*:selected, *:selected:backdrop{
background: transparent;
color: $selected_bg_color;
label {
color: $selected_bg_color;
}
}
}
paned {
> separator { background-image: none; }
}