diff --git a/css/src/main.css b/css/src/main.css index f975dc348..75844c607 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -534,23 +534,6 @@ ul.tx-copayers { background-color: #213140; } -a.button-setup { - border-radius: 3px; - border: 1px solid #ccc; - display: block; - padding: 0.5rem; - background: transparent; - color: #A0A3A6; -} - -.createProfile a.button-setup, .home a.button-setup, .settings a.button-setup, .import-profile a.button-setup { - border-radius: 3px; - border: 1px solid #3E5366; - display: block; - padding: 0.5rem; - background: transparent; -} - .dn {display: none;} .dni {display: none !important;} .pr {position: relative;} @@ -989,6 +972,34 @@ input[type=date], input[type=datetime-local], input[type=datetime], input[type=e font-size: 13px; } +/*//////////////////////////// BUTTON OUTLINE ////////////////////////////*/ + +.button.outline { + border-radius: 3px; + background: transparent; + text-transform: none; +} + +.button.outline.dark-gray { + border: 1px solid #A5B2BF; + color: #A5B2BF; +} + +.button.outline.light-gray { + border: 1px solid #CED5DC; + color: #7A8C9E; +} + +.button.outline.light-gray:hover { + background: rgba(206,213,220,0.40); + color: #4B6178; +} + +.button.outline.dark-gray:hover { + background: rgba(255,255,255,.1); + color: #fff; +} + /* SECONDARY */ button.secondary, .button.secondary { diff --git a/css/src/mobile.css b/css/src/mobile.css index e6ca4b22a..6443f2654 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -328,17 +328,6 @@ -webkit-tap-highlight-color:rgba(0,0,0,0); } - .add-wallet .button-setup { - border: 1px solid #A5B2BF; - border-radius: 5px; - color: #7A8C9E; - text-align: center; - padding: 2rem; - margin: 2rem 0; - text-transform: uppercase; - font-size: 16px; - } - .modal.fade, .reveal-modal-bg { opacity: 1; } diff --git a/views/create.html b/views/create.html index e3cadd62e..084769dda 100644 --- a/views/create.html +++ b/views/create.html @@ -47,7 +47,7 @@
- + Show Hide diff --git a/views/createProfile.html b/views/createProfile.html index fa970ea3d..ed2865995 100644 --- a/views/createProfile.html +++ b/views/createProfile.html @@ -97,13 +97,13 @@