mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	ENH: ScrollBar Color
Change-Id: Ice87a8ddae0ccadaa63652bb4fa8464c4bee408f (cherry picked from commit 5db33442578ac72433131229889cc1055527de74)
This commit is contained in:
		
							parent
							
								
									7a40310924
								
							
						
					
					
						commit
						d965a93673
					
				
					 16 changed files with 74 additions and 1560 deletions
				
			
		|  | @ -26,6 +26,26 @@ body | |||
| 	line-height: 22px; | ||||
| } | ||||
| 
 | ||||
| .ZScrol::-webkit-scrollbar {/*滚动条整体样式*/ | ||||
|     width: 12px;     /*高宽分别对应横竖滚动条的尺寸*/ | ||||
|     height: 12px; | ||||
| 	padding: 2px; | ||||
| } | ||||
| 
 | ||||
| .ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ | ||||
|     border-radius: 6px; | ||||
|     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); | ||||
| 	box-shadow: inset 0 0 5px rgba(0,0,0,0.2); | ||||
|     background-color: #AAAAAA; | ||||
| } | ||||
| 
 | ||||
| .ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/ | ||||
|         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); | ||||
| 	    box-shadow: inset 0 0 5px rgba(0,0,0,0.2); | ||||
|         border-radius: 10px; | ||||
|         background: #EDEDED; | ||||
| } | ||||
| 
 | ||||
| /*----Three Part----*/ | ||||
| body | ||||
| { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 zorro.zhang
						zorro.zhang