mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Adding more notification icons
Change-Id: Ic6bb6b4fbdf736fb96a3457d95e74d51e5a50f1e
This commit is contained in:
parent
466c87d999
commit
1b3107cb87
|
@ -26,3 +26,28 @@
|
|||
/* @embed */
|
||||
background-image: url(revert.png);
|
||||
}
|
||||
|
||||
.mw-echo-icon-checkmark {
|
||||
/* @embed */
|
||||
background-image: url(tick.png);
|
||||
}
|
||||
|
||||
.mw-echo-icon-trash {
|
||||
/* @embed */
|
||||
background-image: url(trash.png);
|
||||
}
|
||||
|
||||
.mw-echo-icon-gift {
|
||||
/* @embed */
|
||||
background-image: url(gift.png);
|
||||
}
|
||||
|
||||
.mw-echo-icon-heart {
|
||||
/* @embed */
|
||||
background-image: url(heart.png);
|
||||
}
|
||||
|
||||
.mw-echo-icon-people {
|
||||
/* @embed */
|
||||
background-image: url(people.png);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue