Skip to content

Commit

Permalink
Draw top border in Thunar's sidebar (Gtk+3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Oct 22, 2017
1 parent ff3f88e commit d49f335
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ wnck-pager {
&:hover { background-color: $selected_bg_color; }
}

/* Thunar's sidebar top border */
.sidebar.frame.shortcuts-pane,
scrolledwindow.sidebar.frame {
border-top: 1px solid $borders_color;
}

XfdesktopIconView.view {
background: transparent;
color: $panel_fg_color;
Expand Down
5 changes: 5 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -4436,6 +4436,11 @@ wnck-pager:selected {
wnck-pager:hover {
background-color: #398ee7; }

/* Thunar's sidebar top border */
.sidebar.frame.shortcuts-pane,
scrolledwindow.sidebar.frame {
border-top: 1px solid #828282; }

XfdesktopIconView.view {
background: transparent;
color: #fcfcfc;
Expand Down

0 comments on commit d49f335

Please sign in to comment.