code-cola
code-cola copied to clipboard
"label" selector overrides Code Cola's styles
Browser: Chrome 16.0.912.63 m on Windows 7
Hi! Great extension! I found that while editing styles for a project in code cola, my project's style sheet had some properties along the lines of label{foo:bar;}
That style was rendered on top of code Cola's labels, destroying your extension's layout.
Thanks!
Thank you for your feedback. As you said, Code Cola is part of current page, so your style will affect it. In the future I will move it into an iframe. For now, use the tag selector as little as possible.This is also a best practice for F2E. Thank you again.