aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/components/pending-tx.js1
-rw-r--r--ui/app/css/index.css5
-rw-r--r--ui/app/css/reset.css2
3 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 4b06f71b0..eae9046a8 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -372,6 +372,7 @@ PendingTx.prototype.render = function () {
value: 'SUBMIT',
style: {
color: '#FFFFFF',
+ borderRadius: '2px';
fontSize: '12px',
lineHeight: '20px',
textAlign: 'center',
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index dc8cea695..3c397dcff 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -85,9 +85,8 @@ input:focus, textarea:focus {
// box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
// }
-.btn-green, input[type="submit"].btn-green {
- border-radius: 2px;
- background-color: #02C9B1;
+.btn-green {
+ background-color: #02C9B1; // TODO: reusable color in colors.css
}
// .btn-red {
diff --git a/ui/app/css/reset.css b/ui/app/css/reset.css
index da94e6212..146be1e15 100644
--- a/ui/app/css/reset.css
+++ b/ui/app/css/reset.css
@@ -49,4 +49,4 @@ table {
input, button {
border-style: none;
-} \ No newline at end of file
+}