summaryrefslogtreecommitdiff
path: root/testsuite/reftests/gtk-image-effect-inherit.css
blob: a5d8b23e77b1425b39b444c6f935aa78d7fb9f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
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);
}