gtk2/demos/widget-factory/widget-factory.css
Matthias Clasen 0070cff32d widget-factory: Use symboli icons in the toolbar
That is the style that is commonly used nowadays, even
in traditional apps.
2020-05-05 10:45:47 -04:00

9 lines
95 B
CSS

.small-button {
padding: 0;
outline-width: 0;
}
.toolbar {
-gtk-icon-style: symbolic;
}