web: Prevent mouse/tap highlighting on player (fix #861)

This commit is contained in:
Mike Welsh 2020-08-23 17:13:10 -07:00
parent ec7af69b85
commit 4f6af6428e
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ ruffle_shadow_tmpl.innerHTML = `
/* Default width/height; this will get overridden by user styles/attributes */
width: 550px;
height: 400px;
touch-action: none;
user-select: none;
-webkit-user-select: none;
-webkit-tap-highlight-color: transparent;
}
#container {