1
2
3
4
5
6
7
8
/*噗首按鈕換圖示*/
/*編輯*/ .manager .pif-edit:before { content:url(圖片網址); }
/*消音*/ .manager .pif-volume:before { content:url(圖片網址); }
/*轉噗*/ .manager .pif-replurk:before { content:url(圖片網址); }
/*喜歡*/ .manager .pif-like:before { content:url(圖片網址); }
/*書籤*/ .manager .pif-star:before { content:url(圖片網址); }
/*投幣*/ .manager .pif-bone:before { content:url(圖片網址); }
/*其他*/ .manager .pif-option:before { content:url(圖片網址); }