jQuery UI Dialog - missing close icon

前端 未结 17 2178
礼貌的吻别
礼貌的吻别 2020-11-28 19:15

I\'m using a custom jQuery 1.10.3 theme. I downloaded every straight from the theme roller and I have intentionally not changed anything.

I created a dialog box and I

17条回答
  •  醉梦人生
    2020-11-28 19:39

    I got stuck with the same problem and after read and try all the suggestions above I just tried to replace manually this image (which you can find it here) in the CSS after downloaded it and saved in the images folder on my app and voilá, problem solved!

    here is the CSS:

    .ui-state-default .ui-icon {
            background-image: url("../img/ui-icons_888888_256x240.png");
    }
    

提交回复
热议问题