前往
大廳
主題

火狐Firefox Stylish CSS樣式:改變已讀、未讀、當前分頁的字體顏色

—— | 2013-10-06 15:01:40 | 巴幣 0 | 人氣 501

不會用的人請看這!
教學文-火狐套件 Stylish 的使用方法

/* AGENT_SHEET */
/*已讀分頁字體顏色*/
.tabbrowser-tab:not([unread]):not([selected]):not([busy]) .tab-text {color:blue !important;}
/*未讀分頁字體顏色*/
.tabbrowser-tab[unread] .tab-text {color:green !important;}
/*當前分頁字體顏色*/
.tabbrowser-tab[selected] .tab-text {color:red !important;}

創作回應

更多創作