CSS issue
-
Hello. This issue is about some of the CSS.
Take a look at this image please: tinypic link
As you can see, I had to add !important to some of my css classes to override some of your css classes (td) that are marked as important.The correct way to do what you’re after is to specify the CSS rules NOT like this:
#ulEasy2MapPinList table, td, tr { border-width: 0px; }
But like this:
#ulEasy2MapPinList table, #ulEasy2MapPinLIst td, #ulEasy2MapPinList tr { border-width: 0px; }
Please update this in the next release, or roll out a bugfix, because this kind of CSS will affect the default markup for everybody who is using the plugin.
PS: I suspect that there are other places with such CSS, but I haven’t got the time right now to check the entire code.Thanks
- The topic ‘CSS issue’ is closed to new replies.