Skip to content

Red border missing for inactive images #47

@chdh

Description

@chdh

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions