 0e462f0d2d
			
		
	
	0e462f0d2d
	
	
	
		
			
			Here's the spec: http://dev.w3.org/csswg/css-cascade/#all-shorthand Also use it in the reset-to-defaults CSS where a bunch of properties had been missing.
		
			
				
	
	
		
			16 lines
		
	
	
		
			465 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			465 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* @import this colorsheet to get the default values for every property.
 | |
|  * This is useful when writing special CSS tests that should not be
 | |
|  * inluenced by themes - not even the default ones.
 | |
|  * Keep in mind that the output will be very ugly and not look like
 | |
|  * anything GTK.
 | |
|  * Also, when adding new style properties, please add them here.
 | |
|  */
 | |
| 
 | |
| * {
 | |
|   all: unset;
 | |
| 
 | |
|   -GtkWidget-focus-line-width: 0;
 | |
|   -GtkWidget-focus-padding: 0;
 | |
|   -GtkNotebook-initial-gap: 0;
 | |
| }
 |