14 lines
		
	
	
		
			277 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			277 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| * {
 | |
|   -gtk-icon-shadow: none;
 | |
|   background-image: none;
 | |
|   border-bottom-style: none;
 | |
|   border-image-source: none;
 | |
|   border-left-style: none;
 | |
|   border-right-style: none;
 | |
|   border-top-style: none;
 | |
|   box-shadow: none;
 | |
|   engine: none;
 | |
|   font-family: "none";
 | |
|   text-shadow: none;
 | |
| }
 | 
