mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	change app color
This commit is contained in:
		
							parent
							
								
									7ac975475f
								
							
						
					
					
						commit
						9c1a7bbf8b
					
				
					 66 changed files with 165 additions and 163 deletions
				
			
		| 
						 | 
				
			
			@ -19,7 +19,7 @@ body
 | 
			
		|||
	height:20mm;
 | 
			
		||||
	line-height: 20mm;
 | 
			
		||||
	font-size: 6mm;
 | 
			
		||||
	color: #00AE42;
 | 
			
		||||
	color: 009688;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#STip
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -44,13 +44,13 @@
 | 
			
		|||
 | 
			
		||||
.RegionSelected
 | 
			
		||||
{
 | 
			
		||||
	background-color:#00AE42;
 | 
			
		||||
	background-color:#009688;
 | 
			
		||||
	color: #fff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.RegionSelected:hover
 | 
			
		||||
{
 | 
			
		||||
	background-color:#00AE42;
 | 
			
		||||
	background-color:#009688;
 | 
			
		||||
	color: #fff;	
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@
 | 
			
		|||
.BlockBanner
 | 
			
		||||
{
 | 
			
		||||
	padding: 0px;
 | 
			
		||||
	border-bottom:#00AE42 1px solid;
 | 
			
		||||
	border-bottom:#009688 1px solid;
 | 
			
		||||
	width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -27,7 +27,7 @@
 | 
			
		|||
.BlockBanner  a
 | 
			
		||||
{
 | 
			
		||||
	display: inline-block;
 | 
			
		||||
	background-color:#00AE42;
 | 
			
		||||
	background-color:#009688;
 | 
			
		||||
	line-height: 40px;
 | 
			
		||||
	height: 40px;
 | 
			
		||||
	padding: 0px 24px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,7 +33,7 @@ input
 | 
			
		|||
#ItemSelectArea
 | 
			
		||||
{
 | 
			
		||||
	height:40px;
 | 
			
		||||
	border-top: 1px solid #00AE42;
 | 
			
		||||
	border-top: 1px solid #009688;
 | 
			
		||||
	display: flex;
 | 
			
		||||
	align-items: center;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,7 +33,7 @@ input
 | 
			
		|||
#ItemSelectArea
 | 
			
		||||
{
 | 
			
		||||
	height:40px;
 | 
			
		||||
	border-top: 1px solid #00AE42;
 | 
			
		||||
	border-top: 1px solid #009688;
 | 
			
		||||
	display: flex;
 | 
			
		||||
	align-items: center;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
.BlockBanner
 | 
			
		||||
{
 | 
			
		||||
	padding: 0px;
 | 
			
		||||
	border-bottom:#00AE42 1px solid;
 | 
			
		||||
	border-bottom:#009688 1px solid;
 | 
			
		||||
	width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -37,7 +37,7 @@
 | 
			
		|||
 | 
			
		||||
.Banner-Btn-green
 | 
			
		||||
{
 | 
			
		||||
	background-color: #00AE42;
 | 
			
		||||
	background-color: #009688;
 | 
			
		||||
	color: #fff;
 | 
			
		||||
	padding: 0px 6px;
 | 
			
		||||
	min-width: 50px;
 | 
			
		||||
| 
						 | 
				
			
			@ -50,7 +50,7 @@
 | 
			
		|||
.BlockBanner  a
 | 
			
		||||
{
 | 
			
		||||
	display: inline-block;
 | 
			
		||||
	background-color:#00AE42;
 | 
			
		||||
	background-color:#009688;
 | 
			
		||||
	line-height: 40px;
 | 
			
		||||
	height: 40px;
 | 
			
		||||
	padding: 0px 24px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ html,body
 | 
			
		|||
	padding: 1.5mm 6mm;
 | 
			
		||||
	font-size: 14px;
 | 
			
		||||
	text-align: center;
 | 
			
		||||
	background-color: #00AE42;
 | 
			
		||||
	background-color: #009688;
 | 
			
		||||
	border-radius: 6px;
 | 
			
		||||
	color: #fff;
 | 
			
		||||
	cursor: pointer;
 | 
			
		||||
| 
						 | 
				
			
			@ -93,7 +93,7 @@ html,body
 | 
			
		|||
	float: left;
 | 
			
		||||
	height:20px;
 | 
			
		||||
	width: 0%;
 | 
			
		||||
	background-color:#00AE42;
 | 
			
		||||
	background-color:#009688;
 | 
			
		||||
	border-radius: 20px;		
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -72,7 +72,7 @@ body
 | 
			
		|||
{
 | 
			
		||||
	font-size:28px;
 | 
			
		||||
	line-height: 28px;
 | 
			
		||||
	color: #00AE42;
 | 
			
		||||
	color: #009688;
 | 
			
		||||
	padding: 0px 10mm;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -115,7 +115,7 @@ body
 | 
			
		|||
	padding: 3mm 9mm;
 | 
			
		||||
	font-size: 14px;
 | 
			
		||||
	text-align: center;
 | 
			
		||||
	background-color: #00AE42;
 | 
			
		||||
	background-color: #009688;
 | 
			
		||||
	border-radius: 16px;
 | 
			
		||||
	color: #fff;
 | 
			
		||||
	cursor: pointer;
 | 
			
		||||
| 
						 | 
				
			
			@ -167,7 +167,7 @@ body
 | 
			
		|||
	padding: 2px 4mm;
 | 
			
		||||
	font-size: 14px;
 | 
			
		||||
	text-align: center;
 | 
			
		||||
	background-color: #00AE42;
 | 
			
		||||
	background-color: #009688;
 | 
			
		||||
	border-radius: 6px;
 | 
			
		||||
	color: #fff;
 | 
			
		||||
	cursor: pointer;
 | 
			
		||||
| 
						 | 
				
			
			@ -182,7 +182,7 @@ body
 | 
			
		|||
/*---HyperLink---*/
 | 
			
		||||
.HyperLink
 | 
			
		||||
{
 | 
			
		||||
	color: #00AE42;
 | 
			
		||||
	color: #009688;
 | 
			
		||||
	text-decoration: underline;
 | 
			
		||||
    font-weight: 700;
 | 
			
		||||
	cursor: pointer;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,6 +63,6 @@ body
 | 
			
		|||
 | 
			
		||||
.RegionSelected:hover
 | 
			
		||||
{
 | 
			
		||||
	background-color:#00AE42;
 | 
			
		||||
	background-color:#009688;
 | 
			
		||||
	color: #fff;	
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue