mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
12 lines
168 B
CSS
12 lines
168 B
CSS
GtkBox > :nth-child(0) {
|
|
-gtk-image-effect: none;
|
|
}
|
|
|
|
GtkBox > :nth-child(1) {
|
|
-gtk-image-effect: highlight;
|
|
}
|
|
|
|
GtkBox > :nth-child(2) {
|
|
-gtk-image-effect: dim;
|
|
}
|