Example #1:
::-webkit-scrollbar-button {
background-image: url(file:///tmp/bg.png);
}
Example #2:
::-webkit-scrollbar-button {
background-image: url(qrc://bg.png);
}
Above examples are working only when QWebPage shows local html page. For http://stackoverflow.com it doesn't work. I've set the style using QWebSettings::setUserStyleSheetUrl() - it's a user style sheet.