fix: checkbox styling

This commit is contained in:
2026-03-25 19:05:17 +01:00
parent c609753570
commit a102bfb4bf
2 changed files with 6 additions and 7 deletions

View File

@@ -297,16 +297,10 @@
}
.gridjs-table input[data-grid-select-all] {
width: 1em;
height: 1em;
margin: 0;
border-radius: 4px;
border-width: 0.5px;
}
.gridjs-th-content:has(input[data-grid-select-all]) {
text-align: center;
}
.gridjs-pagination .gridjs-pages button:last-child {
border-right: none;