开发者

How to make the jQuery dialog titlebar transparent

开发者 https://www.devze.com 2023-02-09 11:56 出处:网络
I would like to be able to 开发者_JAVA技巧set the title bar in a jQuery dialog to transparent, I have seen the background being set to transparent but cant see anything on how to do the same to the ti

I would like to be able to 开发者_JAVA技巧set the title bar in a jQuery dialog to transparent, I have seen the background being set to transparent but cant see anything on how to do the same to the title bar.


Set .ui-dialog .ui-dialog-titlebar {background-color:transparent}. You may also need to set .ui-dialog .ui-dialog-title {background-color:transparent}

0

精彩评论

暂无评论...
验证码 换一张
取 消