How to change background color of jQuery UI Dialog?

后端 未结 6 1526
遇见更好的自我
遇见更好的自我 2020-12-15 06:42

I am having tough time figure out how to change background color of jQuery UI Dialog.

I\'ve seen many reference how to change/remove title bar but not <

6条回答
  •  失恋的感觉
    2020-12-15 06:46

    you can use this way

    http://jsfiddle.net/dEvKb/15/

    You should set to all class background with use !important.

    .ui-dialog,.ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {background:yellow !important}​

提交回复
热议问题