hey guys, i've installedthis color picker on my forum, but i've some issues... I can't change the color for the scrollbar, even if i put the variable name in the elements to change. Anyone can help me?Ty
Zenith Wrote: your scrollbar is part of your global.css
You probably have nothing inserted in there
Just include the scrollbar part of the css on your webkit: scrollbar and then edit the javascript accordingly
Thats my 2cents I could be wrong though
I include it, well the css class of my scrollbar is "::-webkit-scrollbar-thumb", so i add it to the elements wich must be changed with the color picker but nothing happens...
That's the scrollbar class basically wich is in my global.css ----> ::-webkit-scrollbar-thumb { background: #27ae60; -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2); }