Closed bmmpxf closed 10 years ago
I'm guessing this is the icon for a readonly text area, I've seen it as well. But on the other hand, we don't want people to accidentally edit the content.
ah okay this actually done by bootstrap
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
cursor: not-allowed;
I can't make a screenshot that includes the icon, but hovering over the text box below turns my mouse cursor into a red circle with a line through it, which is not what we want if we specifically are asking users to copy text from that box (which works, BTW).