Forum Discussion
How to change the color of the scroll bar in a scrolling panel?
Hi there,
I discovered that you can change the colour of the scroller (just not within the tool)... you would need to edit the css after the course is published then re-zip. So if you are feeling brave, search for the .scrollarea-btn-after class name in the published content in here: "output\html5\lib\stylesheets\main.min.css"
The only drawback is you would need to do this each time it's published. So best wait until you're finished as the last thing you do. Unless anyone knows how to get SL to retain the edits on publish?
.scrollarea-btn-after {
position: absolute;
top: 0px;
left: 21px;
width: 8px;
height: 100%;
background: #c2505f; **this changes the colour of the draggable item in the scroller**
pointer-events: none;
box-shadow: 0 0 0px 1px #f2f2f2;
border-radius: 5px;
content: '';
display: block;
}
I tested this early and it seems to work ok for me in Chrome... not tested any others.
This message will self destruct in 5....4....3....2............
- eloiselerisson-2 years agoCommunity Member
Thanks a lot Mr Brown, works like a charm in Edge !