设置JQuery UI模式对话框覆盖背景色 [英] Set JQuery UI modal dialog overlay background color

查看:72
本文介绍了设置JQuery UI模式对话框覆盖背景色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我加载对话框时,背景会变得有点灰.我想将其调暗一些,但找不到引起这种情况的财产.我怎样才能做到这一点?

When I load the dialog the background gets a little bit grey. I would like to make it darker, but I cannot find a property that is responsible for that. How can I achieve this?

推荐答案

在此CSS元素中:

.ui-widget-overlay {
   background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
   opacity: .30;
   filter: Alpha(Opacity=30);
}

它位于以下位置的第294行: jquery-ui-1.8.11.custom.css

it is on line 294 of: jquery-ui-1.8.11.custom.css

这篇关于设置JQuery UI模式对话框覆盖背景色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆