2025-01-15, 01:39 PM
Any chance you could take a look at a certain edge case at some point?
On a setup with the dark theme and your skin on top, the InPlayerEpisodePreview plugin will use white as the hover background color, but since the text is also white, the text content will get washed out. This happens in both cases, if an element is collapsed (short mode) or expanded (long mode with the larger image).
Something like this will probably get you started:
Thanks in advance!
On a setup with the dark theme and your skin on top, the InPlayerEpisodePreview plugin will use white as the hover background color, but since the text is also white, the text content will get washed out. This happens in both cases, if an element is collapsed (short mode) or expanded (long mode with the larger image).
Something like this will probably get you started:
Code:
.previewListItem:hover {
color:black !important;
}
Thanks in advance!