看板 Farland
作者 Farland (法蘭多)
標題 [CSS] webkit Scrollbar (for webkit broswers only)
時間 2012年08月09日 Thu. AM 09:31:14
::-webkit-scrollbar {
background: transparent;
}
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
border: solid whiteSmoke 4px;
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 0, 0.3);
}
--
※ 作者: Farland 時間: 2012-08-09 09:31:14
※ 編輯: Farland 時間: 2012-08-09 09:36:54