24b0decdc2fb92ea483e9c3aea5ee786af4e53e3
[roojs1] / less / roojs-bootstrap / mask.less
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:@gray-light;
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: @body-bg;
21     padding: 0px 30px;
22     /*background-image: url('@{bootstrap-image-path}/ux/lightbox/loading.gif');*/
23     background-repeat: no-repeat;
24     border: 10px solid white;
25     border-radius: 20px;
26     display: table;
27 }
28
29 .roo-el-mask-msg i {
30     display: table-cell;
31 }
32
33 .roo-el-mask-msg div
34 {
35    font-family: 'Source Sans Pro', sans-serif;
36     font-size: 24px;
37     font-weight: 500;
38     z-index:20001;
39     padding:4px 15px;
40     color: @gray; //#557;
41     display: table-cell;
42     
43 }
44 .x-body-masked
45 {
46         overflow:hidden !important;
47 }
48 .x-body-masked select,.ext-masked object,.ext-masked embed
49 {
50     visibility:hidden;
51 }
52 .x-dlg-mask
53 {
54     z-index:10000;   
55     display:none;
56     position:absolute;
57     top:0;
58     left:0;
59     -moz-opacity: 0.5;
60     opacity:.50;
61     filter: alpha(opacity=50);
62     background-color: @gray-light;
63 }
64