mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	style/table collections: create a stylesheet dedicated to the table view
This commit is contained in:
		
							parent
							
								
									b6f50b6af0
								
							
						
					
					
						commit
						4f42f543d8
					
				
							
								
								
									
										4
									
								
								apps/client/src/stylesheets/table.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								apps/client/src/stylesheets/table.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					.tabulator {
 | 
				
			||||||
 | 
					    background: unset;
 | 
				
			||||||
 | 
					    border: unset;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@ -7,7 +7,8 @@ import type { CommandListenerData, EventData } from "../../../components/app_con
 | 
				
			|||||||
import type { Attribute } from "../../../services/attribute_parser.js";
 | 
					import type { Attribute } from "../../../services/attribute_parser.js";
 | 
				
			||||||
import note_create from "../../../services/note_create.js";
 | 
					import note_create from "../../../services/note_create.js";
 | 
				
			||||||
import {Tabulator, SortModule, FormatModule, InteractionModule, EditModule, ResizeColumnsModule, FrozenColumnsModule, PersistenceModule, MoveColumnsModule, MenuModule, MoveRowsModule, ColumnDefinition} from 'tabulator-tables';
 | 
					import {Tabulator, SortModule, FormatModule, InteractionModule, EditModule, ResizeColumnsModule, FrozenColumnsModule, PersistenceModule, MoveColumnsModule, MenuModule, MoveRowsModule, ColumnDefinition} from 'tabulator-tables';
 | 
				
			||||||
import "tabulator-tables/dist/css/tabulator_bootstrap5.min.css";
 | 
					import "tabulator-tables/dist/css/tabulator.css";
 | 
				
			||||||
 | 
					import "../../../../src/stylesheets/table.css";
 | 
				
			||||||
import { canReorderRows, configureReorderingRows } from "./dragging.js";
 | 
					import { canReorderRows, configureReorderingRows } from "./dragging.js";
 | 
				
			||||||
import buildFooter from "./footer.js";
 | 
					import buildFooter from "./footer.js";
 | 
				
			||||||
import getPromotedAttributeInformation, { buildRowDefinitions } from "./rows.js";
 | 
					import getPromotedAttributeInformation, { buildRowDefinitions } from "./rows.js";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user