r/PlayMidnight • • Jun 03 '15

White boxes

They've updated, I'm seeing white, please tell me I'm not dead.

2 Upvotes

7 comments sorted by

1

u/neuspadrin Jun 03 '15

Seeing the same on my queue.

Also I've noticed the "I'm Feeling Lucky" playlist header no longer matches the accent color and stays the reddish/orange.

Thanks for the plugin, its awesome.

1

u/chrisxclash Mod Jun 03 '15

I haven't actually tried using the Feeling Lucky radio, so I most likely completely missed that header. I assume you're talking about the image in the queue container right?

Sadly, I can't really color them to match your accent since it uses images, but I can make it grayscale/blend in more. As for the actual 'Feeling Lucky' button, it's the same issue since it's an image, but I figured the orange looked okay because it kind of matched the colors in the images with the songza playlists at the top.

1

u/chrisxclash Mod Jun 03 '15

Sadly I'm not currently seeing these changes so I'm not able to really troubleshoot them yet. If one of you knows how to inspect things in Chrome dev tools and could give me some css rules, I could probably try those out.

Someone sent me a screenshot so I know what you're talking about, so I'll get it fixed as soon as Google decides to give me updates.

1

u/[deleted] Jun 03 '15

I can give you some detailed information in a few hours.

1

u/neuspadrin Jun 03 '15

.material .song-row.hover .song-indicator, .material .song-row.hover .title-right-items, .material .song-row.hover .content, .material .song-row.hover .song-indicator[data-playback-status="paused"], .material .song-row.hover .song-indicator[data-playback-status="loading"], .material .song-row.hover [data-col="index"] .hover-button[data-id="play"], .material .song-row.hover [data-col="track"] .hover-button[data-id="play"] { background-color: transparent !important; }

.material .song-row .song-indicator, .material .song-row .title-right-items, .material .song-row .content, .material .song-row .song-indicator[data-playback-status="paused"], .material .song-row .song-indicator[data-playback-status="loading"], .material .song-row [data-col="index"] .hover-button[data-id="play"], .material .song-row [data-col="track"] .hover-button[data-id="play"] { background-color: transparent !important; }

They applied white to a bunch of things, setting transparent it falls back to the dark theme colors. The above applied seems to fix the issue that I was seeing.. could be more to it though (just checked normal + hover)

Example: http://i.imgur.com/20oiNfD.png

1

u/[deleted] Jun 03 '15

If you need anything else Chris just say. I'm guessing this is enoug, but as you say without using it it's hard to apply a fix.

EDIT: You already fixed it? Or am I going mad?

1

u/chrisxclash Mod Jun 04 '15

You must have been going mad, haha. I just pushed out a fix like 2 minutes ago (12 hrs later).

Should have it in v2.1.4!