f05ffc07dbe8e145139827ee0970407ef545785b
[roojs1] / scss / roojs-bootstrap / mask.scss
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;
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     min-width: 250px;
28 }
29
30 .roo-el-mask-msg i {
31     font-size: 36px;
32     vertical-align: middle;
33     float: left;
34 }
35
36 .roo-el-mask-msg div
37 {
38     font-family: 'Source Sans Pro', sans-serif;
39     font-size: 24px;
40     font-weight: 500;
41     z-index:20001;
42     padding:0px 15px;
43     color: $gray; //#557;
44     display: table-cell;
45     vertical-align: middle;
46     float: left;
47     
48 }
49 .x-body-masked
50 {
51         overflow:hidden !important;
52 }
53 .x-body-masked select,.ext-masked object,.ext-masked embed
54 {
55     visibility:hidden;
56 }
57 .x-dlg-mask
58 {
59     z-index:10000;   
60     display:none;
61     position:absolute;
62     top:0;
63     left:0;
64     -moz-opacity: 0.5;
65     opacity:.50;
66     filter: alpha(opacity=50);
67     background-color: $gray-light;
68 }
69