diff --git a/css/src/main.css b/css/src/main.css index f1dbfdfa2..4fba88f6a 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -1695,12 +1695,18 @@ a.text-warning:hover {color: #FD7262;} top: 2px; } -.createProfile .input, .home .input { +.createProfile .input, +.home .input, +.import-profile .input, +.settings .input { box-shadow: 0px 0px 0px 3px #213140, inset 1px 1px 0px 0px rgba(0,0,0,0.05); border-radius: 3px; } -.createProfile h2, .home h2 { +.createProfile h2, +.home h2, +.import-profile h2, +.settings h2 { font-weight: 700; font-size: 14px; color: #A5B2BF; @@ -1711,7 +1717,10 @@ a.text-warning:hover {color: #FD7262;} text-align: center; } -.createProfile a.text-gray:hover, .home a.text-gray:hover { +.createProfile a.text-gray:hover, +.home a.text-gray:hover, +.import-profile a.text-gray:hover, +.settings a.text-gray:hover { color: #fff; } @@ -1794,4 +1803,19 @@ a.text-warning:hover {color: #FD7262;} .line-none { border: none; box-shadow: none; -} \ No newline at end of file +} + +.settings fieldset { + border: 1px solid #425467; +} + +.settings fieldset legend { + background: transparent; + color: #A5B2BF; +} + +.settings label { + color: #A5B2BF; + font-weight: normal; +} + diff --git a/css/src/mobile.css b/css/src/mobile.css index 2dcf0aed8..9e7729659 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -238,6 +238,11 @@ .tooltip { display: none !important; } + + .move-right .exit-off-canvas, + .move-left .exit-off-canvas { + box-shadow: none; + } } @media (max-width: 640px) { diff --git a/index.html b/index.html index 441edb926..422733f59 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@

Your session is about to expire due to inactivity in {{countdown}} seconds

-
+
@@ -104,6 +104,7 @@
+
diff --git a/views/home.html b/views/home.html index 5628ab123..0b2c47ff0 100644 --- a/views/home.html +++ b/views/home.html @@ -132,9 +132,15 @@
-

- {{error|translate}} -

+
+
+ +
+ + {{error|translate}} + +
+
diff --git a/views/importProfile.html b/views/importProfile.html index 85a941989..ce54c3362 100644 --- a/views/importProfile.html +++ b/views/importProfile.html @@ -1,5 +1,5 @@ -
+
@@ -31,9 +31,6 @@
- - Choose backup file -
@@ -41,13 +38,15 @@
- - + +
diff --git a/views/settings.html b/views/settings.html index 36d6f7fb8..23e42351c 100644 --- a/views/settings.html +++ b/views/settings.html @@ -4,8 +4,7 @@ Copay
-
-

{{title|translate}}

+

{{title|translate}}

@@ -84,6 +83,5 @@
-