csantanapr / dapp-examples

Series of Single Page Apps using the dApp Framework
http://csantanapr.github.io/dapp-examples
Other
5 stars 4 forks source link

Remove text selection for non-editable areas of the screens. #26

Closed ccmitchellusa closed 11 years ago

ccmitchellusa commented 11 years ago

Apply no CSS text selection for non-editable/copyable areas of the screens it's too easy when using mouse and touch to select areas that should not be selectable or cut/copyable such as header, button text, etc.

csantanapr commented 11 years ago

fixed