1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ::-webkit-scrollbar-thumb { background:#66B3FF !important; /*滾軸顏色*/ border-radius: 10px !important;/*圓角*/ } ::-webkit-scrollbar { width:8px;/*大小*/ background:#F6C1C1 !important; /*背條顏色*/ border-radius: 10px !important; } /*radius都要同px*/ .plurk_cnt, .response_box, .plurk_box, .mini_form { border-radius: 10px !important; } |
Direct link: https://paste.plurk.com/show/GLkHgl7UbxHoasgU7kPh