css improvements
This commit is contained in:
@@ -651,3 +651,11 @@ li.task button.symbol:nth-child(1){
|
|||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timetracks .year, .timetracks .month{
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timetracks .selected td:not(.year):not(.month){
|
||||||
|
background: skyblue;
|
||||||
|
}
|
||||||
@@ -306,7 +306,7 @@ li > a > p:nth-child(1){
|
|||||||
padding: 12px 5px 3px 5px;
|
padding: 12px 5px 3px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timetracks .year, .month{
|
.timetracks .year, .timetracks .month{
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user