mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
changes for done checkbox on mobile page
adding recent completed todos in case you accidentally tick one by mistake
This commit is contained in:
parent
beb18ac1f4
commit
d0e7264661
8 changed files with 74 additions and 16 deletions
|
|
@ -126,14 +126,14 @@ span.prj, span.ctx{
|
|||
background: #FFC2C2;
|
||||
}
|
||||
|
||||
ul.c li.star {
|
||||
list-style-type: circle;
|
||||
ul.c li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul.c {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding-left: 1.1em;
|
||||
padding-left: 0.1em;
|
||||
}
|
||||
|
||||
ul.c li {
|
||||
|
|
@ -160,3 +160,6 @@ span.r {
|
|||
table.c {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.mobile-done {
|
||||
display:inline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue