Skip to content

collapsed thread icon not showing #22

@JohnRDOrazio

Description

@JohnRDOrazio

background: rgba(0, 0, 0, 0) url("images/listicons.png") no-repeat scroll -100px 0;

This line is incorrect and the collapsed thread icon is not showing. The correct icon is at position "0px -1136px". I'm not sure why but simply adding a 0 in front of the -100px actually seems to fix it :

background: rgba(0, 0, 0, 0) url("images/listicons.png") no-repeat scroll 0 -100px 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions