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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user