Skip to content

Commit

Permalink
Bring back toolbar gradient in Gtk3 (fixes shimmerproject#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Jan 22, 2018
1 parent 0531bcd commit 76c75ba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,10 @@ combobox {

toolbar {
@extend %toolbar;
@include headerbar_fill;

box-shadow: none;
border-bottom:1px solid $borders_color;
padding: 4px 3px 3px 4px;

// on OSD
Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $variant: 'light';
}
progressbar {
margin: 0;

&.horizontal {
trough { min-height: 6px; padding: 0; }
progress { min-height: 4px; }
Expand Down Expand Up @@ -132,6 +133,7 @@ wnck-pager {
/* Thunar's sidebar top border */
.thunar {
:backdrop { color: $insensitive_fg_color; }
toolbar { border-bottom: none; }
.sidebar.frame { border-top: 1px solid $borders_color; }
}

Expand Down
4 changes: 4 additions & 0 deletions gtk-3.0/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,10 @@ toolbar, .inline-toolbar, searchbar,
background-color: #393f3f; }

toolbar {
background: #323737 linear-gradient(to top, #2a2f2f, #2f3434 2px, #323737 3px);
box-shadow: inset 0 1px rgba(238, 238, 236, 0.07);
box-shadow: none;
border-bottom: 1px solid #1c1f1f;
padding: 4px 3px 3px 4px; }
.osd toolbar {
background-color: transparent; }
Expand Down
6 changes: 6 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,10 @@ toolbar, .inline-toolbar, searchbar,
background-color: #cecece; }

toolbar {
background: #cecece linear-gradient(to bottom, #cecece, shade(#cecece, 0.88));
box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
box-shadow: none;
border-bottom: 1px solid #828282;
padding: 4px 3px 3px 4px; }
.osd toolbar {
background-color: transparent; }
Expand Down Expand Up @@ -4494,6 +4498,8 @@ wnck-pager:hover {
/* Thunar's sidebar top border */
.thunar :backdrop {
color: #858585; }
.thunar toolbar {
border-bottom: none; }
.thunar .sidebar.frame {
border-top: 1px solid #828282; }

Expand Down

0 comments on commit 76c75ba

Please sign in to comment.