mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-08 03:30:17 +00:00
12 lines
126 B
CSS
12 lines
126 B
CSS
|
* {
|
||
|
-gtk-icon-effect: none;
|
||
|
}
|
||
|
|
||
|
:nth-child(2) {
|
||
|
-gtk-icon-effect: dim;
|
||
|
}
|
||
|
|
||
|
:nth-child(3) {
|
||
|
-gtk-icon-effect: highlight;
|
||
|
}
|