Skip to content

Orfeus Zwanger - item counter by denilsonsa

Details

Authordenilsonsa

LicensePublic domain

Categoryorfeus

Created

Updated

Size495 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Puts a number on each item of the list of images.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Orfeus Zwanger - item counter
@namespace      github.com/openstyles/stylus
@version        0.9.1
@description    Puts a number on each item of the list of images.
@author         Denilson
==/UserStyle== */

@-moz-document domain("webapp.orfeus.nl") {
    html ion-item {
        counter-increment: item;
    }

    html ion-item ion-label > h2::before {
        content: counter(item, decimal-leading-zero) ": ";
        display: inline;
    }
}

Reviews

No reviews yet.