spymastermatt / thunderbird-monterail

A set of themes for thunderbird inspired by a Monterail blog post
GNU General Public License v3.0
1.04k stars 77 forks source link

How could I change the width of the scrolling bar? #77

Open framesGist opened 6 years ago

framesGist commented 6 years ago

Hello, First, thanks for the awesome theme, How can I change the width of the scrolling bar? I'd like to make scrollbars more thin ...to fit the Arc theme. Thank you

GreyforestMedia commented 6 years ago

Not sure if you've fixed this yet, but for anybody wondering:

In the "_base.css" file, there's a section for scrollbar adjustments.

`scrollbar { padding-right: 0px !important; width: 15px !important; max-width:15px !important; -moz-appearance: none !important; background: none !important; border: none !important; }

srollbarbutton { width: 15px !important; max-width:15px !important; }

slider { width: 15px !important; max-width:15px !important; -moz-appearance: none !important; background: none !important; border: none !important; }`

framesGist commented 6 years ago

Thank's a lot!!