mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-48044 mod_forum: Preload icons for discussion subscription toggles
This commit is contained in:
parent
1d9155872f
commit
548453ecde
3 changed files with 25 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue