Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dashboard.scss « scss « assets « js « src - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4eedc92501efdb22c0a45dff03f3c1e35ff66d82 (plain)
1
2
3
4
5
6
7
.icon-polls {
    background-image: url(../../../../img/polls-black.svg);
}

body.dark .icon-polls {
    background-image: url(../../../../img/polls.svg);
}