gtk: use predifined css classes instead of custom ones

This commit is contained in:
Ferdinand Schober
2024-04-13 00:14:11 +02:00
parent f0099ee535
commit 81f65dcd3d
6 changed files with 4 additions and 36 deletions

View File

@@ -84,6 +84,7 @@
<property name="valign">center</property>
<property name="visible">false</property>
<property name="name">port-edit-apply</property>
<style><class name="success"/></style>
</object>
</child>
<child>
@@ -93,6 +94,7 @@
<property name="valign">center</property>
<property name="visible">false</property>
<property name="name">port-edit-cancel</property>
<style><class name="error"/></style>
</object>
</child>
</object>