mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Don't show selection cursor in context menus
This commit is contained in:
parent
7f7ac09db4
commit
315e13efa3
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#webamp-context-menu .context-menu {
|
||||
left: 0px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#webamp-context-menu .context-menu.bottom {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue