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

themes.css « styles « ngax « webroot « Server « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90a67660268220aee7f266b081f2b24d76048210 (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
61
62
63
64
65
66
67
68
69
70
71
body.theme-dark
{
  background-color: #1a1a1a !important;
  color: #a5a5a5;
}

body.theme-dark .footer
{
  background-color: #333333 !important;
}

body.theme-dark .header
{
  background-color: #333333 !important;
}

body.theme-dark .state
{
  background-color: #1a1a1a !important;
}

body.theme-dark form.styled .buttons input, body.theme-dark form.styled .buttons a
{
  background: #4a5879;
}

body.theme-dark form.styled .buttons input:hover, body.theme-dark form.styled .buttons a:hover
{
  background: #6089b5;
}

body.theme-dark .button
{
  background: #4a5879;
}

body.theme-dark .button:hover
{
  background: #6089b5;
}

body.theme-dark .container .body .mainmenu>ul>li>a.active
{
  color: black;
}

body.theme-dark .container .body .content div.add .steps .step, body.theme-dark .container .body .content div.restore .steps .step
{
  color: #2780b3;
}

body.theme-dark .step3 source-folder-picker, body.theme-dark #folder_path_picker, body.theme-dark #restore_file_picker
{
  background-color: #ffffff;
}

body.theme-dark form.styled input, body.theme-dark form.styled textarea, body.theme-dark form.styled select
{
  color: #000000;
}

body.theme-dark form.styled input[type="file"] 
{
  color: #a5a5a5;
}

body.theme-dark form.styled input[type="password"] 
{
  color: #a5a5a5;
  background-color: #1a1a1a;
}