[Gtk-3.20] Paned separator in the headerbar. Fixes #551

pull/546/head
marmis85 2016-09-02 17:21:19 +02:00 committed by Khurshid Alam
parent e2658ff44d
commit cb3e0317cd
1 changed files with 4 additions and 0 deletions

View File

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