Skip to content

Commit

Permalink
fix(gtk320: toolbar: titlebar: backdrop): fix titlebar border color i…
Browse files Browse the repository at this point in the history
…n backdrop-supported environments (tested on Weston)
  • Loading branch information
actionless committed Apr 27, 2020
1 parent 050435b commit dc0f06b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gtk-3.20/scss/widgets/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@

color: $titlebar_fg_unfocused;
text-shadow: none;
border-color: mix($backdrop_borders_color, $bg_color, .5);
}

&.default-decoration { // Default titlebar (old metacity)
Expand Down

0 comments on commit dc0f06b

Please sign in to comment.