googlearchive / js-info-bubble

A library for customizable CSS3 InfoWindows in the Google Maps JavaScript API v3
Apache License 2.0
226 stars 183 forks source link

close button should have a css class #30

Open Andreas-Schoenefeldt opened 8 years ago

Andreas-Schoenefeldt commented 8 years ago

The close button should have a css class in order to make it possible to actualy style it. Adding a custom close element is not possible, because click events are all catched by the infobubble js.

That would be just awsome 😸 !

Andreas-Schoenefeldt commented 8 years ago

I created PR https://github.com/googlemaps/js-info-bubble/pull/31 for this change, it would be great if you could have a look.

Thx a lot!