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

@@ -3037,10 +3037,6 @@ assistant {
/*************
* Notebooks *
*************/
notebook .frame *:selected, notebook .frame *:selected:backdrop {
background: transparent;
color: #00D3A7; }
notebook > header {
padding: 1px;
border-color: rgba(0, 0, 0, 0.13);
@@ -4092,6 +4088,10 @@ placessidebar.sidebar {
background-color: rgba(0, 0, 0, 0.24); }
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
color: #ffffff; }
placessidebar.sidebar row.sidebar-row:selected: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%); }
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
color: inherit; }
@@ -5502,6 +5502,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
/************
* Nautilus *
************/
.nautilus-window .frame *:selected, .nautilus-window .frame *:selected:backdrop {
background: transparent;
color: #00D3A7; }
.nautilus-window .frame *:selected label, .nautilus-window .frame *:selected:backdrop label {
color: #00D3A7; }
.nautilus-window paned > separator {
background-image: none; }