Introduce a common.css so styles don't deviate unintentionally between the different themes. Way more stuff can be moved here once this is in.
		
			
				
	
	
		
			7 lines
		
	
	
		
			110 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			110 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Theme independent style */
 | 
						|
 | 
						|
sq_view.pin sq_button {
 | 
						|
    border-radius: 0px;
 | 
						|
    margin: 1px 1px 1px 1px;
 | 
						|
}
 |