bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

Remove inline style for location for css classes #225

Open macagoraga opened 6 years ago

macagoraga commented 6 years ago

Removed inline style for location list in favor of css classes.

The config listColor1 and listColor2 can be used as classname, example:

            listColor1: 'list-even-bg',
            listColor2: 'list-odd-bg',
bjorn2404 commented 6 years ago

@macagoraga Thanks, the reason I haven't done it yet is for backwards compatibility and because they are also settings in the WordPress version of the plugin but I'll likely merge this in for the next version when I can get to that.