viiprogrammer 179 Report post Posted June 16, 2014 Вставляем в style.css перед /* LOGO AND WRAP */ такой код: #body{} ::-webkit-scrollbar { width: 10px; height:50px; } ::-webkit-scrollbar-track-piece { background-color: #E4E8F0; -webkit-border-radius: 1px; } ::-webkit-scrollbar-thumb:vertical { height: 5px; background-color: #8B9CC2; -webkit-border-radius: 1px; /*border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius: 15px;*/ } ::-webkit-scrollbar-thumb:vertical:active { height: 5px; background-color: #8999C0; -webkit-border-radius: 1px; /*border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius: 15px;*/ } Цвета можете поменять на свои. Для подбора цвета я использую adobe photoshop потому что там когда подобрал цвет пишет его код. 3 Share this post Link to post Share on other sites