• Resolved kelter

    (@kelter)


    Some hand coded CSS is not being displayed in the SO UI.

    #sidebar {
      border-top: 2px solid #ffffff;  /*not displayed by UI*/
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: #fa0000;
    }

    Also is it possible to have SO CSS use shorthand? Or is this this issue revealed above?

    https://www.ads-software.com/plugins/so-css/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SiteOrigin

    (@gpriday)

    This is high up on our TODO list. Right now, each field is tied directly to a css attribute. This is why we’re generally using expanded attributes.

    I’m hoping that by version 1.1, we’ll be converting to and from shorthand notation.

    Thread Starter kelter

    (@kelter)

    Thanks Greg – looking forward to it.
    Useful for clients to edit their own stuff – I just need to remember to only use the UI for create/adjust things.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hand coded CSS not being displayed by the UI’ is closed to new replies.