Welcome to mirror list, hosted at ThFree Co, Russian Federation.

restoredialog.css « stylesheets « greeno « webroot « Server « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee6191741ff09d248950ed95d49820340f56fe79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#restore-dialog {
    overflow: hidden;
}

#restore-files-tree {
    overflow: auto;
    position: absolute;
    top: 58px;
    bottom: 16px;
    left: 16px;
    right: 8px;
}

#restore-search {
    width: 320px;
}

#restore-version {
    float: right;
}

.search-match {
    display: inline;
    font-weight: bold;
    color: black;
}

#restore-hint-paypal, #restore-hint-bitcoin {
    background-color: #9b9b9b;
    color: black;
    padding: 20px;
    border-radius: 8px;
    font-weight: bold;
    margin: 20px;
    cursor: pointer;
}

#restore-complete-page > .hint-text {
    margin: 20px;    
}

#restore-hint-paypal > a, #restore-hint-bitcoin > a {
    color: black;
    text-decoration: none;
}

a.restore-current-time {
    font-weight: bold !important;
    color: black !important;
}

#restore-search-loader {
    display: inline-block;
    margin-left: 10px;
}

#restore-hint-overwrite, #restore-hint-metadata {
    margin-top: 20px;
}