v7 Skin

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
greg14369
Posts: 8
Joined: Mon Aug 10, 2020 2:46 pm
Location: USA
Contact:

I can put a radius on just about everything except the "thumbs_scroller" ? Not practical or am I missing something again? Customer likes the "rounded" popups, info, etc.
User avatar
Hopki
Gnome
Posts: 13025
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
I assume you are referring to the text box scroller as the scroll area does allow modification.
Have a look at this website: https://www.w3schools.com/howto/howto_c ... ollbar.asp
You add this to the skin editor CSS style sheet.
Open the skin editor, then select the canvas,
To the right you will see the skin editor's properties, at the bottom you will see the Embedded Stylesheet.
For example:

Code: Select all

.ggskin { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: normal; }

::-webkit-scrollbar-track {
   background: #00aaff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff; 
  border-radius: 10px;
}
Here you can see the scroll track colour is being changed, then the handle colour and radius are also being added.
Regards,
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/
Post Reply