planetfederal / wps-gui

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)
http://boundlessgeo.com
Apache License 2.0
27 stars 15 forks source link

Hovering over text box changes the cursor to a Do Not icon #200

Closed bmmpxf closed 10 years ago

bmmpxf commented 10 years ago

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).

downloadfeatures

bartvde commented 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.

bartvde commented 10 years ago

ah okay this actually done by bootstrap

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
cursor: not-allowed;