diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-01-10 13:04:10 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-01-10 13:07:55 -0500 |
commit | 366527c2d0ec76bfc6cd0f8255cb4c8b36303882 (patch) | |
tree | eb335fa9c9c496ddede22c0cd1b255ac12175a20 /gtk/theme | |
parent | cec5815a0de9ba60417ed6611e9addcc3e85e9a2 (diff) | |
download | gtk+-366527c2d0ec76bfc6cd0f8255cb4c8b36303882.tar.gz |
Adwaita: Fix treeview separators in backdrop
https://bugzilla.gnome.org/show_bug.cgi?id=742702
Diffstat (limited to 'gtk/theme')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 305c593b50..cf1a559931 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1349,6 +1349,10 @@ GtkTreeView.view { &:backdrop { color: $backdrop_insensitive_color; } } + &.separator:backdrop { + color: transparentize(black, 0.9); + } + &:backdrop { border-left-color: mix($backdrop_fg_color, $backdrop_bg_color, 50%); border-top: $backdrop_bg_color; |