gtk2/testsuite/reftests/gtk-image-effect-inherit.css

12 lines
165 B
CSS
Raw Normal View History

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