Viewing 6 replies - 1 through 6 (of 6 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter dondilbert

    (@dondilbert)

    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.

    Thread Starter dondilbert

    (@dondilbert)

    Just to clarify it doesn’t give a filename for the location of the code the class is element.style

    Thread Starter dondilbert

    (@dondilbert)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Geo Mashup] Square corners on the info window boxes’ is closed to new replies.