Annoying bug, custom CSS does no allow quotes

Viewing 1 post (of 1 total)
  • #13797
    lukes
    Participant

    Under Appearance –> Theme Options –> Layout –> Custom CSS you can not enter any CSS with quote like for example
    input[type="password"] {color:#FFF;}

    will get changed to after save:
    input[type=&quotpassword&quot] {color:#FFF;}

    Which is really annoying because you have to manually edit the style.css which gets overwritten after every update

Viewing 1 post (of 1 total)

Tagged: , ,

You must be logged in to reply to this topic.