1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*通知疊在上面*/
#filter_tab, #updater { left:0; bottom:100%; }

/*設定按鈕不收起來*/
#filter_tab a, #filter_tab:hover .no_unread { height:25px; margin-top:6px; }

/*通知變成跟篩選一樣*/
#updater, #updater .item { height:auto; }
#updater .item a { display:block; margin:6px 0 0; }

/*隱藏文字留icon*/
#filter_tab a, #updater .item a { font-size:0; padding:0 6px; width:30px; }
.timeline_control a i, #updater i { font-size:13px; margin:0; }

/*數字推出*/
#filter_tab li, #updater .item { position:relative; }
#filter_tab span, #updater .item span { position:absolute;  left:100%; top:4.5px; }
#filter_tab span span, #updater .item span { line-height:18px; padding:0 4px; width:25px; }
#updater .item span { top:3px; }

/*改符號*/
#noti_np i:before { content:"nP"; } /*新訊息符號*/
#noti_re_view i:before { content:"nR"; } /*新回應符號*/
#noti_pp i:before { content:""; } /*置頂噗符號*/

/*無論如何都顯示所有通知按紐(檢查樣式用)*/
#updater .item { display:block!important; }