mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Change-Id: I2ff95a45cac40be3ceb3920739a86833ac730898 (cherry picked from commit 9fdefaa7f97b70fb6c74d75ef133d5b7a677c63a)
		
			
				
	
	
		
			54 lines
		
	
	
		
			No EOL
		
	
	
		
			543 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			No EOL
		
	
	
		
			543 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
*
 | 
						|
{
 | 
						|
	color: #efeff0;
 | 
						|
	border-color: #B9B9BC;
 | 
						|
}
 | 
						|
 | 
						|
body
 | 
						|
{
 | 
						|
	background-color:#3E3E45;
 | 
						|
	color: #efeff0;
 | 
						|
}
 | 
						|
 | 
						|
#Title div
 | 
						|
{
 | 
						|
	color: #21A452;
 | 
						|
}
 | 
						|
 | 
						|
/*-----Button-----*/
 | 
						|
.GrayBtn
 | 
						|
{
 | 
						|
	border: 1px solid #B9B9BC;
 | 
						|
	color: #B9B9BC;	
 | 
						|
}
 | 
						|
 | 
						|
.GrayBtn:hover
 | 
						|
{
 | 
						|
	background-color:#E8E8E8;
 | 
						|
	color: #565656;
 | 
						|
}
 | 
						|
 | 
						|
/*-------Text------*/
 | 
						|
 | 
						|
.TextS1
 | 
						|
{
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
.TextS2
 | 
						|
{
 | 
						|
	color:#B9B9BC;
 | 
						|
}
 | 
						|
 | 
						|
/*---Policy---*/
 | 
						|
.TextArea1
 | 
						|
{
 | 
						|
	background-color: #4A4A51;
 | 
						|
	color: #BEBEC0;
 | 
						|
}
 | 
						|
 | 
						|
/*----Region---*/
 | 
						|
.RegionItem:hover
 | 
						|
{
 | 
						|
	background-color:#4C4C55;
 | 
						|
} |