Scrollbar color - thumbnails menu

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
sparrow
Posts: 67
Joined: Thu Aug 04, 2016 12:44 pm

Hi guys

Can anyone tell me where I can edit the scrollbar from the Thumbnails Menu component?
I've clicked into a few of it's sub-items but the actual scroll bar itself is elusive!

I'd like to change the colour and possibly replace it with a left/right arrow.

Cheers
User avatar
Hopki
Gnome
Posts: 13026
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi sparrow,
Pano2VR uses CSS in the head of the HTML page, open the page with a text editor and have a look at the head section.

Code: Select all

	::-webkit-scrollbar-thumb {
    			background-color:  rgba(255,255,255,0.5);
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
sparrow
Posts: 67
Joined: Thu Aug 04, 2016 12:44 pm

Thanks Hopki

Found it :)
P
Post Reply