Improve css for kimai to better separate dates in table

This commit is contained in:
Daniel Siepmann 2024-04-03 09:33:15 +02:00
parent d9f5bb36ab
commit ed1d4dac5c
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -342,6 +342,10 @@ in {
background-color: #218693 !important;
}
table.dataTable tr.summary td {
background-color: #218693 !important;
}
table.dataTable {
height: fit-content;
}