diff --git a/css/src/main.css b/css/src/main.css index 13a3dd291..722a5b67a 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -533,6 +533,14 @@ a.button-setup.add-wallet:hover { } a.button-setup { + border-radius: 3px; + border: 1px solid #E4E8EC; + display: block; + padding: 0.5rem; + background: transparent; +} + +.createProfile a.button-setup, .home a.button-setup { border-radius: 3px; border: 1px solid #3E5366; display: block; @@ -540,7 +548,7 @@ a.button-setup { background: transparent; } -.button-setup a:hover { +.createProfile .button-setup a:hover, .home .button-setup a:hover { background: #3C4E60; } diff --git a/views/more.html b/views/more.html index d6af76cd0..dfceb1400 100644 --- a/views/more.html +++ b/views/more.html @@ -7,23 +7,21 @@
-
- Wallet Unit +
+ -
+
-
- Alternative Currency +
+ -
+
- -
diff --git a/views/send.html b/views/send.html index 08a6fc141..090818c3d 100644 --- a/views/send.html +++ b/views/send.html @@ -144,15 +144,15 @@