 f6757e0c0c
			
		
	
	f6757e0c0c
	
	
	
		
			
			This is mostly search and replace ala GtkButton => button GtkWindow => window .button => button or removing style properties that aren't used anymore like -GtkButton-default-border: 0
		
			
				
	
	
		
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @import "reset-to-defaults.css";
 | |
| 
 | |
| * {
 | |
|   -gtk-icon-source: url("green-20x20.png");
 | |
|   -gtk-icon-transform: scale(0.5);
 | |
|   -gtk-icon-shadow: red 1px 1px;
 | |
| }
 | |
| 
 | |
| #transformed {
 | |
|   -gtk-icon-transform: scale(0.5) rotate(90deg);
 | |
| }
 |