• 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 Custom CSS button color

     
    • 0 Vote(s) - 0 Average

    Custom CSS button color

    trouble figuring out how to change button color
    Micah Freeman
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #1
    2025-02-07, 11:11 PM
    My goal is to change the color of the heart / like / favorite button.
    I've got it partially working, the like button at the top of the page changes color when something has been liked, on hover and when mousing near / away from the button.
    The buttons on videos display the new color if it's been liked and if hovering directly over it, but they display the default color when hovering close to the button / mousing away.

    Here's my custom css:

    /*Change rating button color*/
    .ratingbutton-icon-withrating {
    color: #38b000;
    }

    /*Change rating button color on hover*/
    .btnUserRating:hover,
    .favorite:hover {
    color: #38b000;
    }

    Sorry if I don't know all the correct terms :P
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Custom CSS button color - by Micah Freeman - 2025-02-07, 11:11 PM
    RE: Custom CSS button color - by Efficient_Good_5784 - 2025-02-07, 11:56 PM
    RE: Custom CSS button color - by Micah Freeman - 2025-02-08, 12:13 AM

    • 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