diff --git a/css/main.css b/css/main.css index 34300ee72..78ee064e3 100644 --- a/css/main.css +++ b/css/main.css @@ -97,7 +97,6 @@ a { font-size: 0.875rem; color: #fff; font-weight: 100; - margin-bottom: 0.5rem; } a:hover { @@ -824,6 +823,11 @@ input.ng-invalid-match, input.ng-invalid-match:focus { .text-secondary {color: #3498DB;} .text-white {color: #fff;} +a.text-gray:hover {color: #fff;} +a.text-primary:hover {color: #50E3C2;} +a.text-secondary:hover {color: #4A90E2;} +a.text-white:hover {color: #ccc;} + .box-setup-copayers { background: #2C3E50; -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20); @@ -831,4 +835,12 @@ input.ng-invalid-match, input.ng-invalid-match:focus { margin-bottom: 20px; } +.loading-screen { + text-align: center; + background-color: #1ABC9C; + width: 100%; + position: absolute; + top: 40%; +} + /*-----------------------------------------------------------------*/ diff --git a/views/setup.html b/views/setup.html index 128266906..e29748ac4 100644 --- a/views/setup.html +++ b/views/setup.html @@ -1,6 +1,6 @@
-
- +
+ Creating wallet...
diff --git a/views/signin.html b/views/signin.html index 4a26c3991..3cdea2908 100644 --- a/views/signin.html +++ b/views/signin.html @@ -1,6 +1,6 @@
-
- +
+ Authenticating and looking for peers...