gtk2/testsuite/reftests/icon-effect-missing.css
Benjamin Otte 05bdecb2f8 reftests: Add test for missing-image handling
Add a test that ensures that missing images get the icon-effect properly
applied.
2015-12-04 17:44:51 +01:00

12 lines
126 B
CSS

* {
-gtk-icon-effect: none;
}
:nth-child(2) {
-gtk-icon-effect: dim;
}
:nth-child(3) {
-gtk-icon-effect: highlight;
}