minor layout changes

This commit is contained in:
Harald Bamberger
2023-10-06 20:22:05 +02:00
parent cda93ce85b
commit 3ab8fd22f4
3 changed files with 19 additions and 2 deletions
+10
View File
@@ -59,8 +59,18 @@ h6, .h6 {
.fhc-container {
padding: 0 15px;
max-width: 100%;
}
.tabulator {
font-size: var(--bs-body-font-size);
}
.fhc-container .tabulator .tabulator-frozen {
background-color: #fff !important;
}
.fhc-container .tabulator .tabulator-header .tabulator-col,
.fhc-container .tabulator-row .tabulator-cell {
border-right: 1px solid #dee2e6;
}