I have a dark style so I use some dark colors for my scrollbarsCode:
/* Scroll bar */::-webkit-scrollbar {width: 14px;border-right: 1px solid #555;}::-webkit-scrollbar-track {background: transparent;}/* Indicator bar */::-webkit-scrollbar-thumb {background: #222222;border: 1px solid #A18600;}/* Arrow buttons */::-webkit-scrollbar-button:single-button {display: block;border-style: solid;height: 10px;width: 14px;}/* Arrow up */::-webkit-scrollbar-button:single-button:vertical:decrement {border-width: 0 8px 8px 8px;border-color: transparent transparent #eac712 transparent;}::-webkit-scrollbar-button:single-button:vertical:decrement:hover {border-color: transparent transparent #FFF0A5 transparent;}/* Arrow down */::-webkit-scrollbar-button:single-button:vertical:increment {border-width: 8px 8px 0 8px;border-color: #eac712 transparent transparent transparent;}::-webkit-scrollbar-button:vertical:single-button:increment:hover {border-color: #FFF0A5 transparent transparent transparent;}
Many thanks!Any of the the themes CSS files except for stylesheet.css. If there is common.css add it at the end. Hold ctrl and hit F5 when the browser window is open to refresh the page fully clear the browsers cache so you can see changes.

Added the code to common.css and it's working great!

Statistics: Posted by foxtale — Tue Jan 21, 2025 1:20 am