NetTalk Central

Author Topic: Change jQuery icon color  (Read 1983 times)

JZL

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • Email
Change jQuery icon color
« on: December 18, 2018, 12:08:21 PM »
where do I change color on jQuery standard icons,  from gray to white. Where do I change the filename from  ui-icons_777777_256x240 to point at  ui-icons_ffffff_256x240

JZL

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • Email
Re: Change jQuery icon color
« Reply #1 on: December 19, 2018, 01:35:11 AM »
FOUND IT , ADD


in custom.css

.ui-button .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}