NetTalk Central

Author Topic: Hover background color in browse  (Read 2491 times)

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Hover background color in browse
« on: March 12, 2013, 09:14:26 AM »
Looking through the Themes.css file, I cannot determine which setting is used for the row color background when hovering over a row. Can anyone help?

Regards,

Mark

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Hover background color in browse
« Reply #1 on: March 12, 2013, 09:54:24 PM »
Hi Mark,

in the themes\whatever folder is nettalk-ui.css
inside this are the 4 lines that govern the browse colors;

.nt-browse-gb1{background-color: #FFFFFF;}
.nt-browse-gb2{background-color: #F8F8F8;}
.nt-browse-mouseover{background-color: #DDDDDD;}
.nt-browse-selected{background-color: #CCCCCC;}


(the above is from the shoestrap theme, but obviously the colors will vary from one theme to the next.)

Remember you don't need to edit the nettalk-ui.css file - if you add any of the above lines to your custom theme file then that will override the nettalk one.

cheers
Bruce