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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user