Need help

Talk about add-ons and extension development.
Post Reply
onur113
Posts: 1
Joined: November 25th, 2016, 10:04 am

Need help

Post by onur113 »

I need to change my extensions popup due to users preferences. For example, how can I change the popup's background color by onclick event?
lithopsian
Posts: 3664
Joined: September 15th, 2010, 9:03 am

Re: Need help

Post by lithopsian »

Stuff some CSS into the style attribute of the popup. You can do it on the fly by listening for the popupshowing event.
Post Reply