From d4f637aa8ae4a66a61b3ed9972439e6fb1e448af Mon Sep 17 00:00:00 2001
From: vrde <agranzot@gmail.com>
Date: Tue, 22 Sep 2015 13:44:19 +0200
Subject: [PATCH] Add color for disabled buttons

---
 .../wallet/ikonotv/ikonotv_landing.scss       | 25 +++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss b/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss
index c25517e1..50e24cd2 100644
--- a/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss
+++ b/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss
@@ -290,6 +290,31 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
     }
 }
 
+// disabled buttons
+.client--ikonotv {
+    .btn-default.disabled,
+    .btn-default.disabled:hover,
+    .btn-default.disabled:focus,
+    .btn-default.disabled.focus,
+    .btn-default.disabled:active,
+    .btn-default.disabled.active,
+    .btn-default[disabled],
+    .btn-default[disabled]:hover,
+    .btn-default[disabled]:focus,
+    .btn-default[disabled].focus,
+    .btn-default[disabled]:active,
+    .btn-default[disabled].active,
+    fieldset[disabled] .btn-default,
+    fieldset[disabled] .btn-default:hover,
+    fieldset[disabled] .btn-default:focus,
+    fieldset[disabled] .btn-default.focus,
+    fieldset[disabled] .btn-default:active,
+    fieldset[disabled] .btn-default.active {
+        background-color: darken($ikono--button-color, 20%);
+        border-color: darken($ikono--button-color, 20%);
+    }
+}
+
 // buttons!
 // thought of the day:
 // "every great atrocity is the result of people just following orders"