Files
gtk3/testsuite/reftests/icon-vfuncs.css
Matthias Clasen 866193f6af reftests: get icon-vfuncs test almost working again
The remaining difference here is GtkArrow, which is deprecated
and has not been updated to the latest CSS rendering standards.
2016-01-29 13:10:03 -05:00

13 lines
173 B
CSS

@import "reset-to-defaults.css";
* {
-gtk-icon-source: url("green-20x20.png");
min-width: 16px;
min-height: 16px;
font-size: 20px;
}
image {
background: lime;
}