mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 01:54:01 +00:00
Add the songname cursor
This commit is contained in:
parent
40b45ab9f9
commit
e5c5adce10
2 changed files with 5 additions and 3 deletions
|
|
@ -169,12 +169,13 @@
|
|||
|
||||
#winamp2-js #marquee {
|
||||
position: absolute;
|
||||
left: 112px;
|
||||
top: 27px;
|
||||
left: 111px;
|
||||
top: 24px;
|
||||
width: 152px;
|
||||
height: 6px;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
padding: 3px 1px; /* Ensure the target is correct for the cursor */
|
||||
}
|
||||
|
||||
#winamp2-js .media-info #kbps {
|
||||
|
|
|
|||
|
|
@ -337,5 +337,6 @@ export const cursorSelectors = {
|
|||
"#equalizer-window.shade input"
|
||||
],
|
||||
PNORMAL: ["#playlist-window"],
|
||||
PVSCROLL: ["#playlist-window .playlist-scrollbar-wrapper"]
|
||||
PVSCROLL: ["#playlist-window .playlist-scrollbar-wrapper"],
|
||||
SONGNAME: ["#main-window #marquee"]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue