Replies

Nov 23, 2017 8 years ago
Camilla
is forever on a quest for more pets
User Avatar
Judarr

Is there a way to change the look of the scrollbars on my user profile (and pet profiles) that will work when viewing them in Firefox? I recently got FF Quantum installed and I like how it's faster than Chrome and uses less RAM but my webkit codes obviously don't work in FF and so my profiles look messed up because of the much thicker scrollbars (I made them 1px wide in Chrome). I know that FF uses moz instead of webkit but with my limited knowledge of coding I can't make heads or tails of how to make it work... Basically I want to at least be able to change the width and color of the scrollbar (track, thumb etc) if at all possible ^_^

[Edit] Oh, and this is the code I'm using for my profile right now (which doesn't work in FF):

::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: transparent; }

::-moz-scrollbar { background-color: transparent; width:1px; }

::-webkit-scrollbar { width: 1px; background-color: transparent; }

::-webkit-scrollbar-thumb { background-color: transparent; border: 0px; }

Visit my YouTube channel: ">CamK Gaming

Nov 23, 2017 8 years ago
Bug
User Avatar
Segfault

No, Firefox doesn't have support for this at the moment.

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Nov 23, 2017 8 years ago
Camilla
is forever on a quest for more pets
User Avatar
Judarr

I gathered as much while looking for an answer on Google. Sadly I'll just have to take the hit to my memory usage because I really can't stand to look at those ugly scrollbars. And covering the scrollbars with images on every single one of my pet profiles would mean a mountain of work for me considering that I have 79 pets XD Thank you for your reply though ❤

Visit my YouTube channel: ">CamK Gaming

Please log in to reply to this topic.