mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 01:23:49 +00:00
Only expand one level deep when hovering context menu parent
This commit is contained in:
parent
af82af36da
commit
effff3e940
1 changed files with 1 additions and 1 deletions
|
|
@ -82,6 +82,6 @@
|
|||
margin-left: -3px;
|
||||
}
|
||||
|
||||
#webamp-context-menu .context-menu li:hover ul {
|
||||
#webamp-context-menu .context-menu li:hover > ul {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue