mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	ENH: adjust right area scrolBar and text color
Change-Id: Ic430728bef302fec47a4304679cc5955a435d5e3 (cherry picked from commit 2a28dd67098e298957a83bb4d446623844db6bd8)
This commit is contained in:
		
							parent
							
								
									1b995c2d47
								
							
						
					
					
						commit
						e6e72a90b6
					
				
					 4 changed files with 14 additions and 10 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| .PolicyArea | .PolicyArea | ||||||
| { | { | ||||||
| 	background-color: #EBEBEB;	 | 	background-color: #4A4A51;	 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #PolicyTxt | #PolicyTxt | ||||||
|  |  | ||||||
|  | @ -1,14 +1,18 @@ | ||||||
| * | * | ||||||
| { | { | ||||||
| 	color: #fff; | 	color: #efeff0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| body | body | ||||||
| { | { | ||||||
| 	background-color:#54545A; | 	background-color:#3E3E45; | ||||||
| 	color: #fff; | 	color: #efeff0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | #Title div | ||||||
|  | { | ||||||
|  | 	color: #21A452; | ||||||
|  | } | ||||||
| 
 | 
 | ||||||
| /*-----Button-----*/ | /*-----Button-----*/ | ||||||
| .GrayBtn | .GrayBtn | ||||||
|  |  | ||||||
|  | @ -11,7 +11,7 @@ body | ||||||
| 
 | 
 | ||||||
| .TextS1 | .TextS1 | ||||||
| { | { | ||||||
| 	color:#fff; | 	color:#efeff0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | @ -21,7 +21,7 @@ body | ||||||
| #LogoutBtn:hover | #LogoutBtn:hover | ||||||
| { | { | ||||||
| 	background: #243E30; | 	background: #243E30; | ||||||
| 	color: #fff; | 	color: #efeff0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .BtnItem | .BtnItem | ||||||
|  | @ -31,7 +31,7 @@ body | ||||||
| 
 | 
 | ||||||
| .BtnItem:hover | .BtnItem:hover | ||||||
| { | { | ||||||
| 	color: #fff; | 	color: #efeff0; | ||||||
| 	background-color: #243E30; | 	background-color: #243E30; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -42,7 +42,7 @@ body | ||||||
| 
 | 
 | ||||||
| .BtnItemSelected | .BtnItemSelected | ||||||
| { | { | ||||||
| 	color: #fff; | 	color: #efeff0; | ||||||
| 	background-color: #243E30; | 	background-color: #243E30; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -65,7 +65,7 @@ body | ||||||
| 
 | 
 | ||||||
| #recnet_context_menu | #recnet_context_menu | ||||||
| { | { | ||||||
| 	color: #fff; | 	color: #efeff0; | ||||||
| 	background-color:#242428; | 	background-color:#242428; | ||||||
| 	border: 0px; | 	border: 0px; | ||||||
| 	box-shadow: 0px 0px 3px #DCDCDC; | 	box-shadow: 0px 0px 3px #DCDCDC; | ||||||
|  |  | ||||||
|  | @ -214,7 +214,7 @@ body | ||||||
| 
 | 
 | ||||||
| #ContentBoard | #ContentBoard | ||||||
| { | { | ||||||
| 	overflow-y:hidden; | 	overflow-y:auto; | ||||||
| 	padding: 0px 40px; | 	padding: 0px 40px; | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 	flex-direction: column; | 	flex-direction: column; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 zorro.zhang
						zorro.zhang