Fix #5642 - Report designer - hebe
[roojs1] / old-css-bootstrap / mask.css
1 .roo-el-mask
2 {
3         z-index:20000;   
4     position:absolute;
5     top:0;
6     left:0;
7     -moz-opacity: 0.5;
8     opacity:.50;
9     filter: alpha(opacity=50);
10     background-color:#CCC;
11     width:100%;
12     height:100%;
13     zoom:1;
14 }
15 .roo-el-mask-msg 
16 {
17    position: absolute;
18     z-index:20000;
19     /*border: 4px double #557; */
20     background-color: #fff;
21     padding: 0px 30px;
22     background-image: url('../images/ux/lightbox/loading.gif');
23     background-repeat: no-repeat;
24     border: 10px solid white;
25     border-radius: 20px
26     
27 }
28
29 .roo-el-mask-msg div
30 {
31    font-family: 'Source Sans Pro', sans-serif;
32     font-size: 24px;
33     font-weight: 500;
34     z-index:20001;
35     padding:4px 15px;
36     color: #557;
37     
38 }
39 .x-body-masked
40 {
41         overflow:hidden !important;
42 }
43 .x-body-masked select,.ext-masked object,.ext-masked embed
44 {
45     visibility:hidden;
46 }
47 .x-dlg-mask
48 {
49     z-index:10000;   
50     display:none;
51     position:absolute;
52     top:0;
53     left:0;
54     -moz-opacity: 0.5;
55     opacity:.50;
56     filter: alpha(opacity=50);
57     background-color:#CCC;
58 }
59