forked from AuroraMiddleware/gtk
2396265523
This is a property for icons, so we should name it as such.
12 lines
165 B
CSS
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;
|
|
}
|