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;
 | |
| }
 | 
