diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-07-07 14:05:30 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-07-07 14:05:30 +0800 |
commit | edf681a1e8a04311e40757c7548d757211498fde (patch) | |
tree | 3c283f63901b73974bae1e6de03e089ff36c191b | |
parent | 28617d87103866d67dc8c4a4d445a3dd8dc8eaed (diff) | |
download | tangerine-wallet-browser-edf681a1e8a04311e40757c7548d757211498fde.tar.gz tangerine-wallet-browser-edf681a1e8a04311e40757c7548d757211498fde.tar.zst tangerine-wallet-browser-edf681a1e8a04311e40757c7548d757211498fde.zip |
Simplify ui dev mode style
-rw-r--r-- | development/index.html | 2 | ||||
-rw-r--r-- | ui-dev.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/index.html b/development/index.html index 00cfb96c8..048aa3f35 100644 --- a/development/index.html +++ b/development/index.html @@ -18,7 +18,7 @@ html, body, #app-content, .super-dev-container { height: 100%; width: 100%; position: relative; - background: #cccccc; + background: white; } .mock-app-root { background: #F7F7F7; @@ -71,7 +71,7 @@ render( style: { height: '500px', width: '360px', - boxShadow: '2px 2px 5px grey', + boxShadow: 'grey 0px 2px 9px', margin: '20px', }, }, [ |