diff --git a/css/winamp.css b/css/winamp.css index 69b01ed3..5fc9c0e7 100644 --- a/css/winamp.css +++ b/css/winamp.css @@ -1,5 +1,12 @@ /* Rules used by all windows */ +/* Prevent accidental highlighting */ +canvas { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + /* Range input css reset */ #winamp2-js input[type="range"] { -webkit-appearance: none;