mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Prevent accidental highlighting of canvas
This commit is contained in:
parent
e3cbdfbdf3
commit
5ec856a216
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue