Find the firefox profile. Mine was here:
/home/crazy/.mozilla/firefox/9ipm15p4.touchscreen
Go into the chrome directory and create userContent.css:
scrollbar[orient="vertical"] scrollbarbutton,
scrollbar[orient="vertical"] slider,
scrollbar[orient="horizontal"] scrollbarbutton,
scrollbar[orient="horizontal"] slider{
height: 40px !important;
width: 40px !important;
}
Phat scrollbars!
No comments:
Post a Comment