mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	Restyle tabs
This commit is contained in:
		@@ -95,12 +95,13 @@
 | 
			
		||||
   --gutter-color: transparent;
 | 
			
		||||
   --gutter-hover-color: #bfbfbf;
 | 
			
		||||
 | 
			
		||||
   --active-tab-background-color: #ddd;
 | 
			
		||||
   --active-tab-hover-background-color: #d1d1d1;
 | 
			
		||||
   --active-tab-background-color: white;
 | 
			
		||||
   --active-tab-hover-background-color: var(--active-tab-background-color);
 | 
			
		||||
   --active-tab-text-color: black;
 | 
			
		||||
   --active-tab-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
 | 
			
		||||
 | 
			
		||||
   --inactive-tab-background-color: #f0f0f0;
 | 
			
		||||
   --inactive-tab-hover-background-color: #e3e3e3;
 | 
			
		||||
   --inactive-tab-background-color: transparent;
 | 
			
		||||
   --inactive-tab-hover-background-color: var(--left-pane-item-hover-background);
 | 
			
		||||
   --inactive-tab-text-color: #666;
 | 
			
		||||
 | 
			
		||||
   --scrollbar-border-color: #ddd;
 | 
			
		||||
@@ -190,6 +191,7 @@
 | 
			
		||||
        --active-tab-background-color: #666;
 | 
			
		||||
        --active-tab-hover-background-color: #737373;
 | 
			
		||||
        --active-tab-text-color: #ccc;
 | 
			
		||||
        --active-tab-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
 | 
			
		||||
    
 | 
			
		||||
        --inactive-tab-background-color: #444;
 | 
			
		||||
        --inactive-tab-hover-background-color: #525252;
 | 
			
		||||
@@ -425,6 +427,11 @@
 | 
			
		||||
    transform: translate3d(var(--tab-first-item-horiz-offset), 0, 0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tab-row-widget .note-tab[active] .note-tab-wrapper {
 | 
			
		||||
    box-shadow: var(--active-tab-shadow);
 | 
			
		||||
    font-weight: unset !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Center pane
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user