mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
Fix context menu arrows
This commit is contained in:
parent
f0f381879c
commit
2a8db658e4
1 changed files with 3 additions and 2 deletions
|
|
@ -44,8 +44,9 @@
|
|||
display: block;
|
||||
}
|
||||
#winamp2-js #context-menu li.parent:after {
|
||||
text-align: right;
|
||||
/* content: '\25b8'; */
|
||||
float: right;
|
||||
content: "\25b8";
|
||||
margin-right: -12px;
|
||||
}
|
||||
#winamp2-js #context-menu li a {
|
||||
text-decoration: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue