From 0563da00a1c58ff1ef5eb92ab1d10db794f39de6 Mon Sep 17 00:00:00 2001 From: satindergrewal Date: Tue, 5 Dec 2017 21:02:24 +1300 Subject: [PATCH] Disabled Light theme - it needs fix to change chart colors dynamically to light before enabling it back. --- gui/css/custom.css | 20 -------------------- gui/js/ipc-actions.js | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/gui/css/custom.css b/gui/css/custom.css index 37c9da8..b15e8d2 100644 --- a/gui/css/custom.css +++ b/gui/css/custom.css @@ -448,32 +448,12 @@ input[type=number]::-webkit-outer-spin-button { } .trading_sellcoin_balance, .trading_coin_balance { - font-size: 220%; - font-weight: 100; - text-align: right; - background-color: #fff; - border-radius: 0px; - } - -@media screen and (min-width: 1360px){ - .trading_sellcoin_balance, .trading_coin_balance { - font-size: 220%; - font-weight: 100; - text-align: right; - background-color: #fff; - border-radius: 0px; - } -} - -@media screen and (min-width: 1280px){ - .trading_sellcoin_balance, .trading_coin_balance { font-size: 175%; font-weight: 100; text-align: right; background-color: #fff; border-radius: 0px; } -} diff --git a/gui/js/ipc-actions.js b/gui/js/ipc-actions.js index 10b5000..f93d33c 100644 --- a/gui/js/ipc-actions.js +++ b/gui/js/ipc-actions.js @@ -256,7 +256,7 @@ $('.dexsettings-btn').click(function(e){
`, closeButton: false,