How can I change the color of the scroll bar on this HTML list? Ive been looking around but I cant seem to find the CSS name and syntax for that part.
Any help is greatly appreciated!!
It's called a scroll bar.
w3schools.com/howto/howto_css_custom_scrollbar.asp
Right...But I cant find the correct syntax for Construct 3, even after trying the synax in the link you gave me. Im trying to change the color.
What have you tried?
You're going to need to use the load stylesheet action through the browser object to get at psuedo elements, you can't just use the set css style action for a specific object.
This is what I've been doing. I'll look into stylesheets when I get the chance too and report how it goes.
The "Scrollbar-color" block doesn't work in that picture
Develop games in your browser. Powerful, performant & highly capable.
Here's an example - dropbox.com/scl/fi/jco9wf5tpcok7vmgx9adt/csssliderbarexample.c3p
Note that most of the elements use "background" to set the color, rather than "color".
I got it to work, that example helped a lot too. Thanks again!