@@ -30,18 +30,18 @@ html, body {
30
30
z-index : 2 ;
31
31
}
32
32
33
- #overlay > .message {
33
+ #overlay > .message {
34
34
color : white ;
35
35
margin-top : 10px ;
36
36
opacity : 0.5 ;
37
37
}
38
38
39
- #overlay .error > .message {
39
+ #overlay .error > .message {
40
40
color : white ;
41
41
opacity : 0.3 ;
42
42
}
43
43
44
- #overlay > .activitybar {
44
+ #overlay > .activitybar {
45
45
background-color : rgb (44 , 44 , 44 );
46
46
bottom : 0 ;
47
47
height : 100% ;
@@ -51,14 +51,14 @@ html, body {
51
51
width : 50px ;
52
52
}
53
53
54
- #overlay > .activitybar svg {
54
+ #overlay > .activitybar svg {
55
55
fill : white ;
56
56
margin-left : 2px ;
57
57
margin-top : 2px ;
58
58
opacity : 0.3 ;
59
59
}
60
60
61
- #overlay .error > #status {
61
+ #overlay .error > #status {
62
62
opacity : 0 ;
63
63
}
64
64
@@ -76,7 +76,7 @@ html, body {
76
76
transform-style : preserve-3d ;
77
77
}
78
78
79
- #logo > svg {
79
+ #logo > svg {
80
80
fill : rgb (0 , 122 , 204 );
81
81
opacity : 1 ;
82
82
width : 100px ;
@@ -94,7 +94,7 @@ html, body {
94
94
transition : 300ms opacity ease ;
95
95
}
96
96
97
- #status > # progress {
97
+ #progress {
98
98
background : rgba (0 , 0 , 0 , 0.2 );
99
99
border-bottom-left-radius : 5px ;
100
100
border-bottom-right-radius : 5px ;
@@ -134,11 +134,19 @@ html, body {
134
134
}
135
135
}
136
136
137
- #status > #progress > # fill {
137
+ #fill {
138
138
animation : statusProgress 2s ease infinite ;
139
139
background-size : 400% 400% ;
140
140
background : linear-gradient (270deg , #007acc , #0016cc );
141
141
height : 100% ;
142
142
transition : 500ms width ease ;
143
143
width : 0% ;
144
144
}
145
+
146
+ .reload-button {
147
+ background-color : #007acc ;
148
+ border-radius : 2px ;
149
+ cursor : pointer ;
150
+ margin-top : 10px ;
151
+ padding : 6px 10px ;
152
+ }
0 commit comments