gtk2/testsuite/reftests/gtk-image-effect-inherit.css
Benjamin Otte 2396265523 css: Rename -gtk-image-effect to -gtk-icon-effect
This is a property for icons, so we should name it as such.
2015-12-02 00:29:31 +01:00

12 lines
165 B
CSS

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