Change border type on Rectangle

  1. 8 years ago

    Hi

    Is it possible to change the type of border on the Rectangle object from solid line to dashed? I've tried fussing around in the CSS, but so far I've only managed to get a dashed border around a text box.

    Thanks very much!
    Kate

  2. Paolo A

    14 Mar 2016 Administrator

    Under Project Settings -> CSS Styles on the left tab drag the Rectangle Object to the editor and change accordingly.

  3. Hi Paolo,

    Thanks for the reply. I've already tried that, however, and the border still is not changing, I can't seem to affect it at all. I'm putting in this code:

    .SCRectangle {
    border-style: dashed;
    }

    ...in the CSS Styles section under Project Section. Is there a step I'm missing?

    Thanks very much for your help!

  4. Paolo A

    15 Mar 2016 Administrator

    I know it's horrible to say this but this works:

    .SCRectangle {
    border-style: dashed !important;
    }

    (We probably need to change the hierarchy of the custom styles...)

  5. That did the trick for now, thanks for your help!

 

or Sign Up to reply!