1
2
3
4
5
6
7
8
9
10
11
12
/*回應列表內n則回應*/
._lc_ span.response-count.pif-message { color:#5f493d !important; }
/*只顯示原作者的回應*/
._lc_ div.response-only-owner.button.small-button { color:#5f493d !important; }
._lc_ div.response-only-owner.button.small-button:hover { background-color:rgba(255,255,255,0.9) !important; }
/*編輯留言按鈕*/
._lc_ div.edit.pif-edit { color:#5f493d !important; }
._lc_ div.edit.pif-edit:hover { background-color:rgba(255,255,255,0.9) !important; }
/*旁邊的下箭頭*/
._lc_ div.option.pif-option { color:#5f493d !important; }
._lc_ div.option.pif-option:hover { background:none !important; }
._lc_ div.option.pif-option.popview-targeting { background:none !important; }