mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
style/table collections: tweak checkbox cells
This commit is contained in:
@@ -132,6 +132,21 @@
|
|||||||
color: var(--cell-editing-text-color);
|
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 */
|
/* Context menus */
|
||||||
|
|
||||||
.tabulator-popup-container {
|
.tabulator-popup-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user