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

@@ -308,4 +308,25 @@ li > a > p:nth-child(1){
border-radius: 5px;
padding: 12px 5px 3px 5px;
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

@@ -300,4 +300,24 @@ li > a > p:nth-child(1){
border: 1px solid blue;
border-radius: 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;
}