• 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 how can i remove time background

     
    • 0 Vote(s) - 0 Average

    how can i remove time background

    baranabi
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #1
    2024-12-21, 06:45 PM
    as you may see in this photo when i use my lg webos tv to watch any content and trickplay i working , the elapsed time container background which is semi transparent background covers the trick play thumbs.so how can i remove this black background completely ?


    Attached Files Thumbnail(s)
       
    Hunter
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    #2
    2025-02-18, 05:59 AM
    I decided to do some inspect element and it looks like this is what affects the spacing:

    .chapterThumbText {
    padding: .05em 0;
    }

    Changed the padding from .25em to .05em, now the black bar highlight thing is smaller as the height is reduced.

    /*Removes the black highlight over the trickplay image where the time is displayed*/

    .chapterThumbTextContainer {
    background: rgba(0,0,0,0);
    }

    This removes the black bar highlight part entirely.

    Note I'm new to css code so its possible doing these changes has unexpected impacts on some other function somewhere in the code that uses the same container or something.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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