Hi, is there a way to outline UI elements like scrollbar etc? so it oculd look like this
You can use a second element with a transparent outline graphic, and enable it on mouse enter / touch start.
2 Likes
well with your answer @Leonidas I figured it out. I wanted to outline a scrollbar so I did this:
- added another scrollbar
- place it to the same spot as old first scrollbar
- made new scrollbar +1 pixel bigger in width and height
this is what I had:
and this is result:
2 Likes