Add the songname cursor

This commit is contained in:
Jordan Eldredge 2018-01-24 08:30:32 -08:00
parent 40b45ab9f9
commit e5c5adce10
2 changed files with 5 additions and 3 deletions

View file

@ -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 {

View file

@ -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"]
};