[ui] add custom style and [fix] draw List separators with css

This commit is contained in:
Julian Sparber
2017-12-22 21:54:28 +01:00
parent 7aebb4d50d
commit 95c290df50
5 changed files with 12 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
row {
border-bottom: solid 1px rgba(0,0,0, 0.1);
}
row:last-child {
border-bottom: none;
}
+1
View File
@@ -9,5 +9,6 @@
<file preprocess="xml-stripblanks">gtk/shows_view.ui</file>
<file preprocess="xml-stripblanks">gtk/shows_child.ui</file>
<file preprocess="xml-stripblanks">gtk/headerbar.ui</file>
<file compressed="true">gtk/style.css</file>
</gresource>
</gresources>