mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	style(next): apply same color to tab and launch bar
This commit is contained in:
		
							parent
							
								
									c4085b0729
								
							
						
					
					
						commit
						ad62611e90
					
				@ -131,6 +131,7 @@
 | 
			
		||||
   --left-pane-item-selected-action-button-hover-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
 | 
			
		||||
 | 
			
		||||
   --launcher-pane-background-color: #e8e8e8;
 | 
			
		||||
   --launcher-pane-horizontal-background-color: #fafafa;
 | 
			
		||||
   --launcher-pane-text-color: #000000bd;
 | 
			
		||||
   --launcher-pane-button-hover-color: black;
 | 
			
		||||
   --launcher-pane-button-hover-background: white;
 | 
			
		||||
@ -341,6 +342,11 @@
 | 
			
		||||
    background-color: var(--root-background);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#root-widget.horizontal-layout {
 | 
			
		||||
    --launcher-pane-background-color: var(--launcher-pane-horizontal-background-color);
 | 
			
		||||
    --active-tab-background-color: var(--launcher-pane-background-color);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Matches when the left pane is collapsed */
 | 
			
		||||
:has(#left-pane.hidden-int) {
 | 
			
		||||
    --center-pane-border-radius: 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user