2025-02-06, 01:12 AM
Hello! Thank you so much for your reply, and sorry for my late one!
For the Progress Bar fixed it:
It's showing the way I want on the JMP, but now, doesn't on the web... still have to check why.
For the context menus, I changed the code to match the theme colors, it looks like this and it works:
I also wanted to hide the '3 dots' button from the cast. How?
Still, I don't know why it shows a black bar on the left side in the details page or how to show the media background in the details page...
For the Progress Bar fixed it:
Code:
.itemProgressBarForeground {
border-radius: 100px !important;
background: var(--primary-accent-color) !important;
}
It's showing the way I want on the JMP, but now, doesn't on the web... still have to check why.
For the context menus, I changed the code to match the theme colors, it looks like this and it works:
Code:
/*Right-click (3-dot) & Cast button context menus*/
.focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened {
color: rgbargba(35, 35, 35, 0.5) !important;
background: rgba(35, 35, 35, 0.5) !important;
backdrop-filter: blur(12px);
border-radius: 15px !important;
}
/*Buttons for all context menus*/
button.listItem.listItem-button.actionSheetMenuItem.emby-button:hover {
color: rgbargba(35, 35, 35, 0.5) !important;
background: rgba(35, 35, 35, 0.5) !important;
backdrop-filter: blur(12px);
border-radius: 25px;
}
I also wanted to hide the '3 dots' button from the cast. How?
Quote:Not that I'm aware of.Noted! Thank you, I added more TV Shows and now it looks better!
The number of series that show in the home page is limited.
If you want to see more, you need to open its library view.
Still, I don't know why it shows a black bar on the left side in the details page or how to show the media background in the details page...