Hi,
I'm using CSS for scrollbar colors.
No matter what I do, the arrow color always seems to use the scrollbar-shadow-color seems to control the arrow color. Does anyone know why this is?
I figured this one out.
I think it was the order that I had the scrollbar declarations.
Originally, the order was:
scrollbar-face-color
scrollbar-shadow-color
scrollbar-highlight-color
scrollbar-3dlight-color
scrollbar-darkshadow-color
scrollbar-track-color
scrollbar-arrow-color
I changed it to
scrollbar-face-color
scrollbar-track-color
scrollbar-shadow-color
scrollbar-3dlight-color
scrollbar-highlight-color
scrollbar-arrow-color
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.