mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
0070cff32d
That is the style that is commonly used nowadays, even in traditional apps.
9 lines
95 B
CSS
9 lines
95 B
CSS
.small-button {
|
|
padding: 0;
|
|
outline-width: 0;
|
|
}
|
|
|
|
.toolbar {
|
|
-gtk-icon-style: symbolic;
|
|
}
|