• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Themes & Styles Some help with CSS

     
    • 0 Vote(s) - 0 Average

    Some help with CSS

    luckey
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2023 Sep
    Reputation: 0
    Country:Portugal
    #3
    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:
    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.
    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.
    Noted! Thank you, I added more TV Shows and now it looks better!

    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...
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Some help with CSS - by luckey - 2025-01-05, 11:16 PM
    RE: Some help with CSS - by Efficient_Good_5784 - 2025-01-06, 03:32 AM
    RE: Some help with CSS - by luckey - 2025-02-06, 01:12 AM
    RE: Some help with CSS - by Efficient_Good_5784 - 2025-02-06, 03:06 AM
    RE: Some help with CSS - by luckey - 2025-02-06, 03:36 AM
    RE: Some help with CSS - by luckey - 2025-02-09, 03:52 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode