css improvements

This commit is contained in:
2025-08-29 21:06:06 +02:00
parent 2382b8e308
commit 802f727bfa
2 changed files with 41 additions and 0 deletions

View File

@@ -309,3 +309,24 @@ li > a > p:nth-child(1){
padding: 12px 5px 3px 5px; padding: 12px 5px 3px 5px;
color: yellow; color: yellow;
} }
.timetracks .year, .month{
border: 1px solid;
}
.timetracks .selected td:not(.year):not(.month){
background: darkred;
color: orange;
}
.timetracks.sum span{
font-weight: bold;
}
.timetracks ul{
margin: 0
}
.time.record button.delete{
float: right;
}

View File

@@ -301,3 +301,23 @@ li > a > p:nth-child(1){
border-radius: 5px; border-radius: 5px;
padding: 12px 5px 3px 5px; padding: 12px 5px 3px 5px;
} }
.timetracks .year, .month{
border: 1px solid;
}
.timetracks .selected td:not(.year):not(.month){
background: aquamarine;
}
.timetracks.sum span{
font-weight: bold;
}
.timetracks ul{
margin: 0
}
.time.record button.delete{
float: right;
}