Added staleness indicator to the output

This commit is contained in:
n1474335 2017-07-28 15:43:23 +01:00
parent 78d0369e71
commit 98884d851a
4 changed files with 38 additions and 2 deletions

View file

@ -101,3 +101,11 @@
.dropping-file {
border: 5px dashed var(--drop-file-border-colour) !important;
}
#stale-indicator {
visibility: hidden;
transition: all 0.3s;
margin-left: 5px;
font-size: larger;
font-weight: normal;
}