10 lines
		
	
	
		
			124 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			124 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Panel */
 | 
						|
 | 
						|
#panel {
 | 
						|
    background-color: rgba(36, 36, 36, 0.8);
 | 
						|
}
 | 
						|
 | 
						|
#panel .panel-corner {
 | 
						|
    -panel-corner-radius: 0;
 | 
						|
}
 |