mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	better styling of parent list
This commit is contained in:
		
							parent
							
								
									0c6521545a
								
							
						
					
					
						commit
						d467fbdff3
					
				| @ -117,6 +117,17 @@ div.ui-tooltip { | |||||||
|     width: auto; |     width: auto; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | #parent-list { | ||||||
|  |     display: none; | ||||||
|  |     margin-left: 20px; | ||||||
|  |     border-top: 2px solid #eee; | ||||||
|  |     padding-top: 10px; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | #parent-list ul { | ||||||
|  |     padding-left: 20px; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| #loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#fff;opacity:1;transition:opacity 2s ease} | #loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#fff;opacity:1;transition:opacity 2s ease} | ||||||
| #loader{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top-color:#777;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite} | #loader{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top-color:#777;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite} | ||||||
| #loader:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:#aaa;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite} | #loader:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:#aaa;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite} | ||||||
|  | |||||||
| @ -65,7 +65,7 @@ | |||||||
|       <div id="tree" class="hide-toggle" style="grid-area: tree; overflow: auto;"> |       <div id="tree" class="hide-toggle" style="grid-area: tree; overflow: auto;"> | ||||||
|       </div> |       </div> | ||||||
| 
 | 
 | ||||||
|       <div id="parent-list" style="display: none;"> |       <div id="parent-list"> | ||||||
|       </div> |       </div> | ||||||
| 
 | 
 | ||||||
|       <div class="hide-toggle" style="grid-area: title;"> |       <div class="hide-toggle" style="grid-area: title;"> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 azivner
						azivner