inspector: Cosmetics

Add .image-button to the tool buttons in the CSS editor - still
not square.
This commit is contained in:
Matthias Clasen
2014-10-11 08:15:07 -04:00
parent 735cf98af1
commit 9a6aa8db68

View File

@@ -28,6 +28,9 @@
<property name="icon-name">media-playback-pause-symbolic</property>
<property name="tooltip-text" translatable="yes">Disable this custom CSS</property>
<signal name="toggled" handler="disable_toggled"/>
<style>
<class name="image-button"/>
</style>
</object>
</child>
<child>
@@ -36,6 +39,9 @@
<property name="icon-name">document-save-symbolic</property>
<property name="tooltip-text" translatable="yes">Save the current CSS</property>
<signal name="clicked" handler="save_clicked"/>
<style>
<class name="image-button"/>
</style>
</object>
</child>
</object>