gtk2/testsuite/reftests/icon-effect-missing.css

12 lines
126 B
CSS
Raw Normal View History

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