Forum Discussion
DavidMichaelMcD
8 years agoCommunity Member
Is there any way to change the color of the Lightbox Close (X) button in the new modern dark player?
I would prefer to use the dark modern player, but I just tried out the Lightbox feature and the Close (X) button is incredibly hard to view. It's ok to see in iPad view (course is 4:3 size) but in l...
AlexandraAngelo
6 years agoCommunity Member
Thanks, Russell!
I'll give it a try. What I'm trying to change now (unsuccessfully) is the scrollbar area.
You can see the html5 file attached below.
It seems like there's been some changes to this file after the last update to Storyline 3 and the code I used to add before is no longer working.
I'm not able to figure out why. I'd be really grateful if you could give me a hint.
- RussellKillips-6 years agoCommunity Member
Try this for the classic player.
<style>
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {background-color: #0000ff;}
::-webkit-scrollbar-thumb {background-color: #ff0000;}.cs-panel {
scrollbar-highlight-color: #0000ff;
scrollbar-face-color: #ff0000;
scollbar-color: #ff0000 #0000ff;
}
</style>
Related Content
- 10 months ago
- 8 months ago
- 2 months ago
- 11 months ago