css: Rename -gtk-image-effect to -gtk-icon-effect

This is a property for icons, so we should name it as such.
This commit is contained in:
Benjamin Otte
2015-12-01 22:29:24 +01:00
parent 7f93858ccc
commit 2396265523
12 changed files with 56 additions and 56 deletions

View File

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