gui: some more styling of the drawings
This commit is contained in:
parent
e38c6a0d55
commit
8a76d4eae3
|
@ -30,8 +30,7 @@ def gtk_style():
|
|||
background-color: #ebe9e8;
|
||||
}
|
||||
.drawing {
|
||||
border: 2px outset #0d0d0d;
|
||||
background-color: #c4dbff;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
"""
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue