cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ghostpirate77
New member
Status: New idea

Can make the scroll bar color into some more bright color or custom color, it is hard to see sometimes.

2 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

Agentvirtuel
Contributor

Hello

https://www.userchrome.org

If you'd like to try, userContent.css
https://github.com/MrOtherGuy/firefox-csshacks/blob/master/content/css_scrollbar_width_color.css

https://www.w3schools.com/Colors/colors_picker.asp illustration custom colors

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/css_scrollbar_width_color.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Scrollbar colors and width - applied globally */
@namespace url("http://www.w3.org/1999/xhtml");
:root{ scrollbar-color: rgb(51, 204, 0) rgb(204, 204, 0) }

https://www.userchrome.org/download-userchrome-css.html
Generate CSS file userContent.css

1.png

Your custom colors, restart Firefox