diff --git a/README.md b/README.md
index 8c8260121..f1cdffa5d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+[](https://waffle.io/bitpay/copay)
# Copay
[](http://travis-ci.org/bitpay/copay)
[](https://coveralls.io/r/bitpay/copay?branch=)
diff --git a/bower.json b/bower.json
index 651b4e14d..8004861c5 100644
--- a/bower.json
+++ b/bower.json
@@ -18,7 +18,7 @@
"sjcl": "1.0.0",
"file-saver": "*",
"qrcode-decoder-js": "*",
- "bitcore": "~0.1.24",
+ "bitcore": "0.1.24",
"angular-moment": "~0.7.1",
"socket.io-client": ">=1.0.0",
"mousetrap": "1.4.6"
diff --git a/css/main.css b/css/main.css
index b29cbe070..f2ff8044c 100644
--- a/css/main.css
+++ b/css/main.css
@@ -422,6 +422,14 @@ hr { margin: 2.25rem 0;}
background: #C0392B;
}
+.box-note {
+ text-align: center;
+ clear: both;
+ font-style: italic;
+ color: gray;
+ margin-bottom: 10px;
+}
+
.box-signin {
padding: 20px 40px;
border: 1px solid #eee;
@@ -478,6 +486,32 @@ a.loading {
vertical-align:middle
}
+@-webkit-keyframes yellow-flash {
+ 0% {
+ background-color: #FFFFE0;
+ opacity:1;
+ }
+ 22% {
+ background-color: #FFFFE0;
+ }
+ 100% {
+ background-color: none;
+ }
+}
+
+.highlight{
+ -webkit-animation-name: yellow-flash;
+ -webkit-animation-duration: 400ms;
+ -webkit-animation-iteration-count: 1;
+ -webkit-animation-timing-function: linear;
+ -moz-animation-name: yellow-flash;
+ -moz-animation-duration: 400ms;
+ -moz-animation-iteration-count: 1;
+ -moz-animation-timing-function: linear;
+}
+
+
+
/* notifications */
.dr-notification-container {
diff --git a/failsearch.sh b/failsearch.sh
old mode 100644
new mode 100755
diff --git a/index.html b/index.html
index 8d286503e..aeb16d94b 100644
--- a/index.html
+++ b/index.html
@@ -189,7 +189,7 @@
src="./img/satoshi.gif"
/>