VANILLA 2 : preferences section

Hello,

In the preferences section, when I pass the mouse over an option, I have a white band that appears.

How can I change the color?

Here is a screen print:

thank you again

Comments

  • Yes, add this code to the custom.css change color as needed

    td:hover, th:hover {
        background: navy!important;
        background-image: none;
    }
    
  • I'm put this code but the but the white color is still there

    td:hover, th:hover {
        background: #4e5d6c!important;
        background-image: none;
    }
    
  • I see the change you made... remember that sometimes the browser has a cache page and you need to refresh several times, if that does not work use a browser extension called reload css to help . The code works.

  • It's ok !!!! =)=)

    Thank you !

  • Locked Topic everything is ok

This discussion has been closed.