Add a flag for restricting overdue items

This commit is contained in:
Eike Kettner
2020-04-23 21:37:03 +02:00
parent b2ca314da9
commit 84e0ebf1a2
7 changed files with 56 additions and 3 deletions

View File

@ -165,10 +165,13 @@ label span.muted {
cursor: pointer;
}
span.small-info {
.small-info {
font-size: smaller;
color: rgba(0,0,0,0.6);
}
.small-info code {
font-size: smaller;
}
.placeholder-message {
color: rgba(0,0,0,0.4);