css improvements

This commit is contained in:
2025-08-29 21:13:41 +02:00
parent 802f727bfa
commit 7d8967fc6e
2 changed files with 9 additions and 1 deletions

View File

@@ -650,4 +650,12 @@ li.task button.symbol:nth-child(1){
background: rgba(255,255,255,0.49);
border: 1px solid white;
border-radius: 5px;
}
.timetracks .year, .timetracks .month{
border: 1px solid;
}
.timetracks .selected td:not(.year):not(.month){
background: skyblue;
}

View File

@@ -306,7 +306,7 @@ li > a > p:nth-child(1){
padding: 12px 5px 3px 5px;
}
.timetracks .year, .month{
.timetracks .year, .timetracks .month{
border: 1px solid;
}