mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Don't let users select track text.
This commit is contained in:
parent
dd6fef67d8
commit
95109abaec
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@
|
|||
line-height: 13px;
|
||||
letter-spacing: 0.5px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#winamp2-js .playlist-track-numbers > div,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue