NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JZL on December 18, 2018, 12:08:21 PM

Title: Change jQuery icon color
Post by: JZL 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
Title: Re: Change jQuery icon color
Post by: JZL 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");
}