Icons missing in jQuery UI

前端 未结 11 1917
谎友^
谎友^ 2021-02-03 17:13

I\'m using Modal Form and Widgets from jQuery, but the icons does not appear. for eg the Cross (X) and Plus-Minus (+-) Icons.

When I load the p

11条回答
  •  时光取名叫无心
    2021-02-03 18:05

    you have workaround by setting background color instead of this missing icon. Here are the steps to follow:

    • open relevant 'jquery-ui-x.-.x.css' file
    • search for the missing file name in css file(eg: ui-bg_flat_75_ffffff_40x100.png")
    • Remove/comment the line that calls this background image
    • instead add the following line to replace the background color 'background-color: #ffffff'

    That will probably work

提交回复
热议问题