paned separator in the headerbar

fixes 
pull/552/head
marmis85 2016-09-01 21:39:45 +02:00
parent ff98d448fc
commit ef70e7fc1e
1 changed files with 4 additions and 0 deletions
gtk-3.20/scss/widgets

View File

@ -210,5 +210,9 @@
background-position: bottom, top;
}
}
&.titlebar > separator {
background-image: image(shade($titlebar_bg_color, ($contrast + .1)));
}
}
}