css improvements
This commit is contained in:
@@ -309,3 +309,24 @@ li > a > p:nth-child(1){
|
||||
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;
|
||||
}
|
||||
@@ -301,3 +301,23 @@ li > a > p:nth-child(1){
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user