How do i get rid of the square corners on the info window boxes? I wish to simply add rounded corners but can't find out how to do it. Can anyone help?
How do i get rid of the square corners on the info window boxes? I wish to simply add rounded corners but can't find out how to do it. Can anyone help?
Try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
I am using firebug and I can see the code in it controlling the style, I can modify it inside firebug to how I want it. The only problem is I can't find the file containing the code. It is called element.style
Then the CSS is being applied inline. You'll need to look at over-writing it using CSS selectors or !important but that's not always possible.
Just to clarify it doesn't give a filename for the location of the code the class is element.style
esmi, I'm not entirely sure how to use css selectors or !important to do this. I've tried adding element.style to the map-style css file and to the theme css file but it make no difference, I've also added ! important to the end of the declaration i.e.
element.style {border-radius: 25px 25px 25px 25px ! important;}
but that doesn't make a difference.
You must log in to post.