Commit ab212fb added a new CSS class file-inactive for the image type tag of inactive images but this CSS class has not been added to ndxzstudio/asset/css/style.css.
The following addition to style.css can be used to solve this problem:
#img-container div.file-inactive {
border: 1px solid #f00 !important;
}