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

Kai Reinhard
09.43.2018 1a21e0d3baca3870611a1fe712027a559d9a4b93
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;
}