paullinuxthemer / Nextwaita

a GTK3 theme
GNU General Public License v3.0
31 stars 6 forks source link

in gnome files status text is superimposed on list text #16

Open wep777 opened 3 years ago

wep777 commented 3 years ago

nexwaita-bug

wep777 commented 3 years ago

add please .nautilus-window .floating-bar

wep777 commented 3 years ago

.nautilus-window .floating-bar { padding: 0px; background-color: #343434; border-width: 1px; border-style: solid solid none; border-color: #252525; border-radius: 3px 3px 0 0; }

.nautilus-window .floating-bar.bottom.left { / axes left border and border radius / border-left-style: none; border-top-left-radius: 0; }

.nautilus-window .floating-bar.bottom.right { / axes right border and border radius / border-right-style: none; border-top-right-radius: 0; }

.nautilus-window .floating-bar button { padding: 0px; }