Fix #5678 - tidy up roojs directory
[roojs1] / old-css-bootstrap / mask.css
diff --git a/old-css-bootstrap/mask.css b/old-css-bootstrap/mask.css
deleted file mode 100644 (file)
index a360353..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-.roo-el-mask
-{
-       z-index:20000;   
-    position:absolute;
-    top:0;
-    left:0;
-    -moz-opacity: 0.5;
-    opacity:.50;
-    filter: alpha(opacity=50);
-    background-color:#CCC;
-    width:100%;
-    height:100%;
-    zoom:1;
-}
-.roo-el-mask-msg 
-{
-   position: absolute;
-    z-index:20000;
-    /*border: 4px double #557; */
-    background-color: #fff;
-    padding: 0px 30px;
-    background-image: url('../images/ux/lightbox/loading.gif');
-    background-repeat: no-repeat;
-    border: 10px solid white;
-    border-radius: 20px
-    
-}
-
-.roo-el-mask-msg div
-{
-   font-family: 'Source Sans Pro', sans-serif;
-    font-size: 24px;
-    font-weight: 500;
-    z-index:20001;
-    padding:4px 15px;
-    color: #557;
-    
-}
-.x-body-masked
-{
-       overflow:hidden !important;
-}
-.x-body-masked select,.ext-masked object,.ext-masked embed
-{
-    visibility:hidden;
-}
-.x-dlg-mask
-{
-    z-index:10000;   
-    display:none;
-    position:absolute;
-    top:0;
-    left:0;
-    -moz-opacity: 0.5;
-    opacity:.50;
-    filter: alpha(opacity=50);
-    background-color:#CCC;
-}
\ No newline at end of file