mirror of https://github.com/micromata/borgbackup-butler.git

Fin Reinhard
22.27.2019 910bf7b1c1e58c1b8dbe2ae7aeb362af5788a932
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
div.loadingOverlay {
    z-index: 99999;
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(11, 11, 11, 0.3);
    -webkit-backdrop-filter: blur(10px);
}
 
div.loadingOverlay div.content {
    z-index: 999999;
    color: #ff0f03;
    margin-top: 150px;
    text-align: center;
}