MDL-48044 mod_forum: Preload icons for discussion subscription toggles

This commit is contained in:
Andrew Nicols 2014-11-04 15:45:38 +08:00
parent 1d9155872f
commit 548453ecde
3 changed files with 25 additions and 1 deletions

View file

@ -148,6 +148,14 @@ span.unread {
width: 12px;
}
.path-mod-forum .preload-subscribe {
background: url([[pix:mod_forum|t/subscribed]]) no-repeat -9999px -9999px;
}
.path-mod-forum .preload-unsubscribe {
background: url([[pix:mod_forum|t/unsubscribed]]) no-repeat -9999px -9999px;
}
.path-mod-forum .discussionsubscription {
margin-top: -10px;
text-align: right;