Forum Discussion
Is there any way to change the color of the Lightbox Close (X) button in the new modern dark player?
In this code, I change the track color to blue (#0000ff) and the thumb color to red (#ff0000)
<style>
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {background-color: #0000ff;}
::-webkit-scrollbar-thumb {background-color: #ff0000;}
.panel-content {
scrollbar-highlight-color: #0000ff;
scrollbar-face-color: #ff0000;
scollbar-color: #ff0000 #0000ff;
}
</style>
Hello Russell!
I was wondering whether you have had experience with the following issue:
After publishing the project file for LMS, I unzip the folder and add the above code to the index_lms_html5 file to change the color of the scrollbar. Then I zip the folder again to upload it to the LMS, at which point it won't accept the file.
Any insight would be more than highly appreciated!
Related Content
- 12 months ago
- 10 months ago
- 2 years ago
- 12 months ago