mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Change-Id: I8d06c7859cdcb232b0625ef1c22e562253be4dcf (cherry picked from commit 32d143fe029e36715231156ce857fd841a4a3748)
		
			
				
	
	
		
			78 lines
		
	
	
		
			No EOL
		
	
	
		
			852 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			No EOL
		
	
	
		
			852 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
body
 | 
						|
{
 | 
						|
	background-color:#242428;
 | 
						|
}
 | 
						|
 | 
						|
*
 | 
						|
{
 | 
						|
	border-color: #3E3E45;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.TextS1
 | 
						|
{
 | 
						|
	color:#fff;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
/*----Left Menu Button----*/
 | 
						|
#LogoutBtn:hover
 | 
						|
{
 | 
						|
	background: #243E30;
 | 
						|
	color: #fff;
 | 
						|
}
 | 
						|
 | 
						|
.BtnItem
 | 
						|
{
 | 
						|
	color:#B3B3B5;
 | 
						|
}
 | 
						|
 | 
						|
.BtnItem:hover
 | 
						|
{
 | 
						|
	color: #fff;
 | 
						|
	background-color: #243E30;
 | 
						|
}
 | 
						|
 | 
						|
.BtnItem:hover .LeftIcon
 | 
						|
{
 | 
						|
	filter: brightness(300%);
 | 
						|
}
 | 
						|
 | 
						|
.BtnItemSelected
 | 
						|
{
 | 
						|
	color: #fff;
 | 
						|
	background-color: #243E30;
 | 
						|
}
 | 
						|
 | 
						|
.BtnItemSelected .LeftIcon
 | 
						|
{
 | 
						|
	filter: brightness(300%);
 | 
						|
}
 | 
						|
 | 
						|
/*-----Right Top MenuBtn-----*/
 | 
						|
.MenuItem:hover
 | 
						|
{
 | 
						|
	border-color: #4CAA50;
 | 
						|
	background-color: #243E30;
 | 
						|
}
 | 
						|
 | 
						|
#RecentClearAllBtn:hover
 | 
						|
{
 | 
						|
	color: #000;
 | 
						|
}
 | 
						|
 | 
						|
#recnet_context_menu
 | 
						|
{
 | 
						|
	color: #fff;
 | 
						|
	background-color:#242428;
 | 
						|
	border: 0px;
 | 
						|
	box-shadow: 0px 0px 3px #DCDCDC;
 | 
						|
}
 | 
						|
 | 
						|
/*----User Manual------*/
 | 
						|
.UG_DESC
 | 
						|
{
 | 
						|
	color:#818183;
 | 
						|
} |