mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	style(next): apply tint for mica
This commit is contained in:
		@@ -415,9 +415,13 @@ body.layout-horizontal {
 | 
				
			|||||||
body.background-effects,
 | 
					body.background-effects,
 | 
				
			||||||
body.background-effects #root-widget {
 | 
					body.background-effects #root-widget {
 | 
				
			||||||
    background: transparent !important;
 | 
					    background: transparent !important;
 | 
				
			||||||
    --launcher-pane-background-color: transparent;
 | 
					    --launcher-pane-background-color: rgba(255, 255, 255, 0.055);
 | 
				
			||||||
    --tab-background-color: transparent;
 | 
					    --tab-background-color: transparent;
 | 
				
			||||||
    --active-tab-background-color: transparent;
 | 
					    --active-tab-background-color: var(--launcher-pane-background-color);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					body.background-effects #launcher-pane .launcher-button {
 | 
				
			||||||
 | 
					    background-color: transparent;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Matches when the left pane is collapsed */
 | 
					/* Matches when the left pane is collapsed */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user