-
...Modifier le thème" puis "Ajouter CSS" et coller ensuite le code suivant : html { -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; -o-user-select: none; user-select: none; } ::selection { background: transparent; color:inherit; }...