mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
style/table collections: tweak checkbox cells
This commit is contained in:
@@ -132,6 +132,21 @@
|
||||
color: var(--cell-editing-text-color);
|
||||
}
|
||||
|
||||
/* Checkbox cells */
|
||||
|
||||
.tabulator .tabulator-cell:has(svg),
|
||||
.tabulator .tabulator-cell:has(input[type="checkbox"]) {
|
||||
padding-left: 8px;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.tabulator .tabulator-cell input[type="checkbox"] {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Context menus */
|
||||
|
||||
.tabulator-popup-container {
|
||||
|
||||
Reference in New Issue
Block a user