diff --git a/css/src/mobile.css b/css/src/mobile.css index 543d918d4..1c9dc6a46 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -352,14 +352,25 @@ padding: 0; } - a, button, .button, input, textarea, select { + a, button, .button, input, textarea, select, .reveal-modal { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-tap-highlight-color:rgba(0,0,0,0); } - .modal.fade, .reveal-modal-bg { + .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 { opacity: 1; } @@ -373,6 +384,19 @@ .button.secondary:hover, button.secondary:hover { background: #008CC1; color: #fff; + } + + .move-right .close-menu { + cursor: pointer; + box-shadow: none; + display: block; + position: absolute; + background: rgba(255,255,255,.2); + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1002; } /*******************************************/ @@ -426,6 +450,20 @@ margin-top: 10px; } + .reveal-modal { + border: none; + } + + .reveal-modal-bg { + position: absolute; + height: 0; + width: 0; + background: none; + display: none; + top: 0; + left: 0; + } + /* notifications */ .dr-notification { diff --git a/index.html b/index.html index 12ce5e95b..17818cda7 100644 --- a/index.html +++ b/index.html @@ -85,7 +85,7 @@
diff --git a/js/controllers/sidebar.js b/js/controllers/sidebar.js index cf074753f..f6b9ab372 100644 --- a/js/controllers/sidebar.js +++ b/js/controllers/sidebar.js @@ -117,4 +117,8 @@ angular.module('copayApp.controllers').controller('SidebarController', function( }); $scope.wallets = _.sortBy(ret, 'name'); }; + + $scope.openMenu = function() { + go.swipe(true); + }; }); diff --git a/views/settings.html b/views/settings.html index 13cc014a8..a1a411a2a 100644 --- a/views/settings.html +++ b/views/settings.html @@ -67,7 +67,7 @@
- Log level shows information on the console. This is useful to find bugs and to help users. 'debug' is the most verbose level while 'fatal' only shows unexpected errors + Log level shows information on the console. This is useful to find bugs and to help users. 'debug' is the most verbose level while 'fatal' only shows unexpected errors