mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 01:23:49 +00:00
Prevent text selection cursor in Safari
This commit is contained in:
parent
62c245e968
commit
32dbae360a
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@
|
|||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#winamp2-js .playlist-track-numbers > div,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue