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="password"] {color:#FFF;}
Which is really annoying because you have to manually edit the style.css which gets overwritten after every update