implemented selection of timetrack entries and display of sum of durations of selected records

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-28 12:04:26 +02:00
parent 9fe94da5a6
commit 829c1796b5
4 changed files with 34 additions and 26 deletions

View File

@@ -300,4 +300,16 @@ li > a > p:nth-child(1){
background: #734a00;
border-radius: 5px;
padding: 12px 5px 3px 5px;
}
.timetracks .year, .month{
border: 1px solid;
}
.timetracks .selected td:not(.year):not(.month){
background: navy;
}
.timetracks.sum span{
font-weight: bold;
}