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);
 | 
					   --left-pane-item-selected-action-button-hover-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   --launcher-pane-background-color: #e8e8e8;
 | 
					   --launcher-pane-background-color: #e8e8e8;
 | 
				
			||||||
 | 
					   --launcher-pane-horizontal-background-color: #fafafa;
 | 
				
			||||||
   --launcher-pane-text-color: #000000bd;
 | 
					   --launcher-pane-text-color: #000000bd;
 | 
				
			||||||
   --launcher-pane-button-hover-color: black;
 | 
					   --launcher-pane-button-hover-color: black;
 | 
				
			||||||
   --launcher-pane-button-hover-background: white;
 | 
					   --launcher-pane-button-hover-background: white;
 | 
				
			||||||
@ -341,6 +342,11 @@
 | 
				
			|||||||
    background-color: var(--root-background);
 | 
					    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 */
 | 
					/* Matches when the left pane is collapsed */
 | 
				
			||||||
:has(#left-pane.hidden-int) {
 | 
					:has(#left-pane.hidden-int) {
 | 
				
			||||||
    --center-pane-border-radius: 0;
 | 
					    --center-pane-border-radius: 0;
 | 
				
			||||||
@ -361,7 +367,7 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#launcher-pane.horizontal {
 | 
					#launcher-pane.horizontal {
 | 
				
			||||||
    height: var(--launcher-pane-size) !important;
 | 
					    height: var(--launcher-pane-size) !important;    
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#launcher-pane .launcher-button {
 | 
					#launcher-pane .launcher-button {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user