mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	use main border color for tab border
This commit is contained in:
		
							parent
							
								
									f31a998c5d
								
							
						
					
					
						commit
						2bc18bc214
					
				| @ -244,7 +244,7 @@ body { | |||||||
|     text-align: center; |     text-align: center; | ||||||
|     font-size: 24px; |     font-size: 24px; | ||||||
|     cursor: pointer; |     cursor: pointer; | ||||||
|     border-bottom: 1px solid var(--button-border-color); |     border-bottom: 1px solid var(--main-border-color); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .note-new-tab:hover { | .note-new-tab:hover { | ||||||
| @ -255,7 +255,7 @@ body { | |||||||
| .tab-row-filler { | .tab-row-filler { | ||||||
|     position: absolute; |     position: absolute; | ||||||
|     left: 0; |     left: 0; | ||||||
|     background: linear-gradient(to right, var(--button-border-color), transparent); |     background: linear-gradient(to right, var(--main-border-color), transparent); | ||||||
|     height: 1px; |     height: 1px; | ||||||
|     margin-top: 32px; |     margin-top: 32px; | ||||||
| } | } | ||||||
| @ -288,12 +288,12 @@ body { | |||||||
|     overflow: hidden; |     overflow: hidden; | ||||||
|     pointer-events: all; |     pointer-events: all; | ||||||
|     background-color: var(--accented-background-color); |     background-color: var(--accented-background-color); | ||||||
|     border-bottom: 1px solid var(--button-border-color); |     border-bottom: 1px solid var(--main-border-color); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .note-tab-row .note-tab[active] .note-tab-wrapper { | .note-tab-row .note-tab[active] .note-tab-wrapper { | ||||||
|     background-color: var(--main-background-color); |     background-color: var(--main-background-color); | ||||||
|     border: 1px solid var(--button-border-color); |     border: 1px solid var(--main-border-color); | ||||||
|     border-bottom: 0; |     border-bottom: 0; | ||||||
|     font-weight: bold; |     font-weight: bold; | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam