Fix blackened selected items #18

This commit is contained in:
EliverLara
2019-11-29 12:29:04 -06:00
parent 497344690a
commit c25b43d605
3 changed files with 12 additions and 10 deletions

View File

@@ -5597,10 +5597,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window notebook > stack:only-child:backdrop {
background-color: #1e2327; }
.nautilus-window notebook *:selected, .nautilus-window notebook *:selected:backdrop {
.nautilus-window notebook .frame *:selected, .nautilus-window notebook .frame *:selected:backdrop {
background: transparent;
color: #F67E7D; }
.nautilus-window notebook *:selected label, .nautilus-window notebook *:selected:backdrop label {
.nautilus-window notebook .frame *:selected label, .nautilus-window notebook .frame *:selected:backdrop label {
color: #F67E7D; }
.nautilus-window searchbar {