Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Redesign for the Scroll-Bars

  • 8 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 171 προβολές
  • Τελευταία απάντηση από Vilter

more options

I find the Scroll Bars of Firefox currently to be a little out of date. There must be some Graphic Designer out there, who will make a new Design for them.

I find the Scroll Bars of Firefox currently to be a little out of date. There must be some Graphic Designer out there, who will make a new Design for them.
Συνημμένα στιγμιότυπα

Επιλεγμένη λύση

Firefox uses the scrollbars provided by the operating system. The scrollbars that you are seeing are the ones that Windows 10 uses. If you use Firefox on a different operating system (Mac or Linux, for example), the scrollbars will be different.

Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (8)

more options

Hi,

The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.

If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.

more options

Hello Vilter,

I doubt if developers are willing to redesign the scrollbars (they need to focus on real probems), but I think you would need to use CSS to change
the design :

https://medium.com/@beraliv/scrollbar-customisation-31bd28652e9

https://css-tricks.com/the-current-state-of-styling-scrollbars/

more options

Sadly changing it with CSS doesn't seem to work in Firefox right now, as the Scrollbars are set by the Browser.

more options
more options

You don't say (and I never asked) what it is that you would like to change, but in case it's the width :

https://www.simplehelp.net/2018/01/27/how-to-increase-the-scrollbar-size-in-windows-7810/

In case it's the color :

https://www.reddit.com/r/firefox/comments/dounst/how_to_change_scrollbar_color/f5smyn4/

(but userChrome.css code seems to sometimes change with updates and you'd have to put in some different code)

more options
more options

Επιλεγμένη λύση

Firefox uses the scrollbars provided by the operating system. The scrollbars that you are seeing are the ones that Windows 10 uses. If you use Firefox on a different operating system (Mac or Linux, for example), the scrollbars will be different.

more options

Wesley Branton said

Firefox uses the scrollbars provided by the operating system. The scrollbars that you are seeing are the ones that Windows 10 uses. If you use Firefox on a different operating system (Mac or Linux, for example), the scrollbars will be different.

That is very interresting, I did not know that. Thank you