Chetan
Chetan

Reputation: 48001

Customize scrollbar in Page Action for Google Chrome extension

How do I customize the scrollbar (eg. make it black and thinner) for the Page Action popup for a Google Chrome extension?

For reference, here is what a Page Action is: http://code.google.com/chrome/extensions/pageAction.html

Upvotes: 2

Views: 987

Answers (1)

Mohamed Mansour
Mohamed Mansour

Reputation: 40149

You should be using CSS3 scroll: http://webkit.org/blog/363/styling-scrollbars/

Since the popup is just a webpage.

Upvotes: 1

Related Questions