upload-audio-recordings.html: show active audio files

- active audio files are marked green
- inactive audio files are marked red
This commit is contained in:
Milan
2020-12-19 22:09:52 +01:00
parent e3c3991db6
commit e507ce0e9a
3 changed files with 18 additions and 6 deletions

View File

@@ -20,6 +20,13 @@ th {
text-align: center;
}
tr.active{
border-left:6px solid #0c0;
}
tr.inactive{
border-left:6px solid #c00;
}
#progressBar {
width: 100%;
height: 1rem;