Disabled Light theme

- it needs fix to change chart colors dynamically to light before enabling it back.
This commit is contained in:
satindergrewal 2017-12-05 21:02:24 +13:00
parent 0232a32cbe
commit 0563da00a1
2 changed files with 1 additions and 21 deletions

View File

@ -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;
}
}

View File

@ -256,7 +256,7 @@ $('.dexsettings-btn').click(function(e){
<div class="input-group col-sm-2" style="margin: 10px 0;">
<select class="selectpicker settings_theme_select" data-hide-disabled="true" data-width="30%">
<option data-content="Dark Theme" data-tokens="Dark Theme">dark</option>
<option data-content="Light Theme" data-tokens="Light Theme">light</option>
<!--<option data-content="Light Theme" data-tokens="Light Theme">light</option>-->
</select>
</div>`,
closeButton: false,