Jump to content

new Propertie: not selectable


erich.wanker

Recommended Posts

i would like to have a "not selectable" propertie of components... in Webmode a lot of components should not be selectable ...

 

 a automaticaly css-style like:

.myUnselectable{
   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none !important;
}

Thanks :-)

Erich

Link to comment
Share on other sites

×
×
  • Create New...