Using Material design skin, dark, small in 2611 and all recent versions, I find the scroll bar to the right of the main window hard to see. It is dark on dark except for the very small gray spot showing where the scroll is currently at.
Good scroll bars should have a single-row scroll click spot function at the very top and bottom ends, and the full length of the bar should be visible, or come into view when hovering the right edge of the window.
[Material Design] Scroll bars not very visible
Moderators: jiri, drakinite, Addon Administrators
[Material Design] Scroll bars not very visible
Using V2024 LATEST alpha or beta build on Windows 11, HP laptop, managing 13k tracks
Re: [Material Design] Scroll bars not very visible
I have to disagree, I prefer the way Material Design is regarding scrollbar colors.
Don't mind the up/down in a scrollbar, but don't actually use that in any other software.
Don't mind the up/down in a scrollbar, but don't actually use that in any other software.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: [Material Design] Scroll bars not very visible
Ummm, Ok, so I hope you have a sense of humour here....
Aren't you the same guy who thinks "play next" is working correctly???
Aren't you the same guy who thinks "play next" is working correctly???

Using V2024 LATEST alpha or beta build on Windows 11, HP laptop, managing 13k tracks
Re: [Material Design] Scroll bars not very visible
Agree or disagree, it's not too big a hassle to make changes. Took the last hour or so to code up these two addons. I tried to make the triangle icons look good in the first one, but unfortunately I have very little control over scrollbar buttons and as such, the triangles have to be black. They are both compatible with all skins, but incompatible with each other.
"Modified Scrollbars", which takes skin colors into account: https://www.mediamonkey.com/addons/brow ... crollbars/
"Native Scrollbars", which throws that all out and just uses the browser's built in scrollbar: https://www.mediamonkey.com/addons/brow ... crollbars/
Enjoy.
"Modified Scrollbars", which takes skin colors into account: https://www.mediamonkey.com/addons/brow ... crollbars/
"Native Scrollbars", which throws that all out and just uses the browser's built in scrollbar: https://www.mediamonkey.com/addons/brow ... crollbars/
Enjoy.


Data scientist, web programmer, part-time MediaMonkey developer, full-time MediaMonkey enthusiast
I uploaded many addons to MM's addon page, but not all of those were created by me. "By drakinite, Submitted by drakinite" means I made it on my own time. "By Ventis Media, Inc., Submitted by drakinite" means it may have been made by me or another MediaMonkey developer, so instead of crediting/thanking me, please thank the team. You can still ask me for support on any of our addons.
Re: [Material Design] Scroll bars not very visible
Cool, that works great!!!
I frequently want to move up or down a few tracks at a time!!
Only wish the entire bar was shaded a bit more relative to the background, but with the arrows, it is already much easier to see where it is.
I frequently want to move up or down a few tracks at a time!!
Only wish the entire bar was shaded a bit more relative to the background, but with the arrows, it is already much easier to see where it is.

Using V2024 LATEST alpha or beta build on Windows 11, HP laptop, managing 13k tracks
Re: [Material Design] Scroll bars not very visible
If you wanna tweak it to your own needs, you can change the percentages in the mix functions of these three lines in skin/skin_scrollbar.less:
Code: Select all
@scrollbarTrackColor: mix(@textColor, @baseColor, 30%);
@scrollbarHighlightColor: mix(@textColor, @baseColor, 50%);
@scrollbarMousedownColor: mix(@textColor, @baseColor, 60%);

Data scientist, web programmer, part-time MediaMonkey developer, full-time MediaMonkey enthusiast
I uploaded many addons to MM's addon page, but not all of those were created by me. "By drakinite, Submitted by drakinite" means I made it on my own time. "By Ventis Media, Inc., Submitted by drakinite" means it may have been made by me or another MediaMonkey developer, so instead of crediting/thanking me, please thank the team. You can still ask me for support on any of our addons.