mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	 223291452b
			
		
	
	
		223291452b
		
	
	
	
	
		
			
			Change-Id: I182fd0006f92975018012cb52a7093373153f80e (cherry picked from commit c8341df9b548c0eed8769cb6b6dc80aab10b8827)
		
			
				
	
	
		
			63 lines
		
	
	
		
			No EOL
		
	
	
		
			760 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			No EOL
		
	
	
		
			760 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body
 | |
| {
 | |
| 	background-color:#242428;
 | |
| 	color: #B3B3B5;
 | |
| }
 | |
| 
 | |
| .ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
 | |
|     background-color: #939594;
 | |
| }
 | |
| 
 | |
| .ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/
 | |
|         background: #161817;
 | |
| }
 | |
| 
 | |
| #EmptyArea img
 | |
| {
 | |
| 	content:url(../img/null2.png);
 | |
| }
 | |
| 
 | |
| .Text_Title
 | |
| {
 | |
| 	color: #EFEFF0;
 | |
| }
 | |
| 
 | |
| .Text_Value
 | |
| {
 | |
| 	color: #B3B3B5;
 | |
| }
 | |
| 
 | |
| .Text_TitleBoard
 | |
| {
 | |
| 	border-bottom: 1px solid #54545A;
 | |
| }
 | |
| 
 | |
| .LeftProcessBar
 | |
| {
 | |
| 	border-left: 2px solid #4C4C55;
 | |
| }
 | |
| 
 | |
| .ProcessBarSelected
 | |
| {
 | |
| 	border-left-color:#00AE42;
 | |
| }
 | |
| 
 | |
| .Block_BKGA
 | |
| {
 | |
| 	background-color:#36363C;
 | |
| }
 | |
| 
 | |
| .InfoBlock
 | |
| {
 | |
| 	background-color:#36363C;
 | |
| }
 | |
| 
 | |
| .File_Board
 | |
| {
 | |
| 	background-color:#242428;
 | |
| }
 | |
| 
 | |
| .FileItem
 | |
| {
 | |
| 	background-color:#36363C;
 | |
| } |