前往
大廳
主題

火狐Firefox CSS樣式:當前分頁顏色

—— | 2019-03-27 15:10:07 | 巴幣 0 | 人氣 218

二選一
/*當前分頁顏色 亮綠色*/
#TabsToolbar .tabbrowser-tab[selected], #TabsToolbar .tabbrowser-tab[selected]:active {
background: -moz-linear-gradient(left,  #68d045, #22ae02) !important;
--lwt-header-image: !important;
color: #fff !important;
}

/*當前分頁顏色 魅力藍*/
#TabsToolbar .tabbrowser-tab[selected] {
background: -moz-linear-gradient(left, #00c0f1, #0080e2) !important;
background-color: -moz-linear-gradient(left, #00c0f1, #0080e2) !important;
--lwt-header-image: !important;
color: #fff !important;
}

創作回應

更多創作