Learning_GTK4_tree/testsuite/reftests/icon-vfuncs.css

14 lines
188 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
@import "reset-to-defaults.css";
* {
color: lime;
-gtk-icon-source: url("green-20x20.png");
min-width: 16px;
min-height: 16px;
font-size: 20px;
}
image {
background: lime;
}