Skip to content

Suggestion: CSS background-image icons reworked #263

@fjf2002

Description

@fjf2002

The WRAPs with icons are quite nice, we use them a lot.

In my opinion background-image is a problematic solution for applying the icon; it won't print by default, for example. Also dw2pdf seems to have its problems with loading the icons(?)

Would anybody prefer

  • converting for example .wrap_info { background-image: url(xyz); } to something like .wrap_info:before { content: url(xyz); }
  • thus enabling printing the icons
  • (some more css stuff needed here...)

?

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