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

12 lines
180 B
CSS
Raw Normal View History

GtkBox > :nth-child(1) {
-gtk-icon-filter: none;
}
GtkBox > :nth-child(2) {
-gtk-icon-filter: brightness(1.2);
}
GtkBox > :nth-child(3) {
-gtk-icon-filter: opacity(0.5);
}