gui: some more styling of the drawings

pull/145/head
Peter Hutterer 2019-07-19 11:24:37 +10:00
parent e38c6a0d55
commit 8a76d4eae3
2 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,7 @@ def gtk_style():
background-color: #ebe9e8;
}
.drawing {
border: 2px outset #0d0d0d;
background-color: #c4dbff;
background-color: white;
border-radius: 5px;
}
"""

View File

@ -122,6 +122,7 @@
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="margin_bottom">10</property>
<property name="stock">gtk-missing-image</property>
<style>
<class name="bg-paper"/>