1
2
3
4
5
6
7
8
9
/* 河道更新器 - 改圖示 */
#updater {
    --新訊息: url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif);
    --新回應: url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif);
    --標為已讀: url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif);
    --顯示所有: url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif);
    --查看置頂: url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif);
}
#updater #noti_np i:before { content: var(--新訊息); } #updater #noti_re_view i:before { content: var(--新回應); } #updater #mark_all_link i:before { content: var(--標為已讀); } #updater #view_all_plurk i:before { content: var(--顯示所有); } #updater #noti_pp i:before { content: var(--查看置頂); }