jQuery dialog theme and style

前端 未结 6 1550

How do I change the background color of the title bar of a jQuery dialog?

I have looked at the themeroller but it does not seem to work for me.

Thanks

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-05 14:29

    There are classes associated with each element in the dialog.

    Use Firebug to inspect the elements and use CSS to style them. For example, the title bar has the class "ui-dialog-titlebar".

    (this assumes that you are using the jQuery UI Dialog)

提交回复
热议问题