前往
大廳
主題

火狐Firefox Stylish CSS樣式:自定義顏色和圓角滾動條

—— | 2013-12-10 19:33:38 | 巴幣 2 | 人氣 387

每改一次要重新整理網頁。
Main-window floating-scrollbar

火狐和套件可在這裡下載安裝:
http://gfx.tw/VIN

自動隱藏滾動條加下面代碼:
/* Hides scrollbar */
scrollbar[orient="vertical"]:not(:hover),
scrollbar[orient="horizontal"]:not(:hover) {
    opacity: 0 !important;
}
    
/* Hides scrollbar buttons */
scrollbar scrollbarbutton {
    visibility: collapse !important;
}

創作回應

更多創作