"Information Popup Silhouette" Component - changing scroll default

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
stalwart
Posts: 651
Joined: Thu Oct 02, 2008 11:52 am

as per the "thumbnail cloner" component, is it possible to change the default grey colour of the scroll bar in the "Information Popup Silhouette" component?

www.360imagery.co.uk/draft/mmpathic_1

If not, can I add it as a feature request so this component ties in / falls into line with the UI design of the thumb cloner scroll?

thanks

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

Hi Stu,
Not at the moment, but...
We are looking at being able to use a text box in the scroll area.
It has issues at the moment so would not use now unless you can fix the size of the text box, in other words auto size text box ix not working.

For now you can modify the CSS in teh HTML page, your looking for:

Code: Select all

}
/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
::-webkit-scrollbar {
		background-color: rgba(0,0,0,0.5);
		width: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color:  rgba(255,0,0,1.0);
}
Change the values.
The above shows the scroll track (background) is black with Alpha 0.5
And the foreground, scroller-thumb is a solid red.
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/
User avatar
stalwart
Posts: 651
Joined: Thu Oct 02, 2008 11:52 am

Hopki wrote: Mon Dec 03, 2018 3:15 pm Hi Stu,
Not at the moment, but...
We are looking at being able to use a text box in the scroll area.
It has issues at the moment so would not use now unless you can fix the size of the text box, in other words auto size text box ix not working.

For now you can modify the CSS in teh HTML page, your looking for:

Code: Select all

}
/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
::-webkit-scrollbar {
		background-color: rgba(0,0,0,0.5);
		width: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color:  rgba(255,0,0,1.0);
}
Change the values.
The above shows the scroll track (background) is black with Alpha 0.5
And the foreground, scroller-thumb is a solid red.
Regards,
Hopki
cheers buddy, will give that a go....
Post Reply