aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-06-22 08:00:03 +0800
committerGitHub <noreply@github.com>2016-06-22 08:00:03 +0800
commit03550b7e9a8462947a681d57d1ab15a0f596366d (patch)
tree4eec5aa90162e57b02563256b718570744f27a7c /ui/app/css
parentdc2ef967028723afe9fe1efd669754723e38a4f0 (diff)
parentea564e51fcbd67223d13eb7d03136164fb3bdc9f (diff)
downloadtangerine-wallet-browser-03550b7e9a8462947a681d57d1ab15a0f596366d.tar.gz
tangerine-wallet-browser-03550b7e9a8462947a681d57d1ab15a0f596366d.tar.zst
tangerine-wallet-browser-03550b7e9a8462947a681d57d1ab15a0f596366d.zip
Merge pull request #304 from MetaMask/buttons
use key as export and unify the copy to clipboard icon.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 7055b0d5c..65ff1705f 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -36,7 +36,8 @@ button {
font-family: 'Transat Black';
outline: none;
cursor: pointer;
- /*margin: 10px;*/
+ box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
+ /*margin: 10px;*/
padding: 8px 12px;
border: none;
background: #F7861C;