12 lines
141 B
CSS
12 lines
141 B
CSS
|
* {
|
||
|
-gtk-icon-filter: none;
|
||
|
}
|
||
|
|
||
|
:nth-child(2) {
|
||
|
-gtk-icon-filter: opacity(0.5);
|
||
|
}
|
||
|
|
||
|
:nth-child(3) {
|
||
|
-gtk-icon-filter: brightness(1.2);
|
||
|
}
|