Skip to content

Commit

Permalink
Make Thunar-Gtk3 look backdrop-ish when losing focus
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Dec 2, 2017
1 parent 8ebc7b5 commit 3315b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ wnck-pager {
}

/* Thunar's sidebar top border */
.thunar .sidebar.frame {
border-top: 1px solid $borders_color;
.thunar {
:backdrop { color: $insensitive_fg_color; }
.sidebar.frame { border-top: 1px solid $borders_color; }
}

XfdesktopIconView.view {
Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -4472,6 +4472,8 @@ wnck-pager:hover {
background-color: #398ee7; }

/* Thunar's sidebar top border */
.thunar :backdrop {
color: #858585; }
.thunar .sidebar.frame {
border-top: 1px solid #828282; }

Expand Down

0 comments on commit 3315b38

Please sign in to comment.