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

This commit is contained in:
marmis85
2016-09-02 20:51:19 +05:30
committed by Khurshid Alam
parent e2658ff44d
commit cb3e0317cd
+4
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)));
}
} }
} }