UI changes

This commit is contained in:
Prema 2019-08-16 12:09:47 +05:30
parent 1114e6efd3
commit 91d1b42f31
2 changed files with 6 additions and 3 deletions

View File

@ -102,19 +102,19 @@
<!-- <p class="difficulty_datas">Cuckaroo : {{latestblockdetail.targetdifficultycuckaroo | number}} / {{latestblockdetail.TotalDifficultyCuckatoo | number}}</p> --> <!-- <p class="difficulty_datas">Cuckaroo : {{latestblockdetail.targetdifficultycuckaroo | number}} / {{latestblockdetail.TotalDifficultyCuckatoo | number}}</p> -->
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt">Cuckoo : </span> <span class="day60_txt">Cuckoo &nbsp;&nbsp;&nbsp;&nbsp;: </span>
<!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultycuckatoo | number }}, </span> --> <!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultycuckatoo | number }}, </span> -->
<!-- <span>Total :</span> --> <!-- <span>Total :</span> -->
<span>{{ latestblockdetail.TotalDifficultyCuckatoo | number }}</span> <span>{{ latestblockdetail.TotalDifficultyCuckatoo | number }}</span>
</div> </div>
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt">ProgPow : </span> <span class="day60_txt">ProgPow &nbsp;&nbsp;: </span>
<!-- <span>Target:</span><span class="diff_span" title="{{ latestblockdetail.targetdifficultyprogpow | number }}">{{ latestblockdetail.targetdifficultyprogpow | number }} </span>, --> <!-- <span>Target:</span><span class="diff_span" title="{{ latestblockdetail.targetdifficultyprogpow | number }}">{{ latestblockdetail.targetdifficultyprogpow | number }} </span>, -->
<!-- <span>Total:</span> --> <!-- <span>Total:</span> -->
<span class="diff_span" style="width:110px;" title="{{ latestblockdetail.TotalDifficultyProgpow | number }}">{{ latestblockdetail.TotalDifficultyProgpow | number }}</span> <span class="diff_span" style="width:110px;" title="{{ latestblockdetail.TotalDifficultyProgpow | number }}">{{ latestblockdetail.TotalDifficultyProgpow | number }}</span>
</div> </div>
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt"> RandomX : </span> <span class="day60_txt"> RandomX &nbsp;: </span>
<!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultyrandomx | number }}, </span> --> <!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultyrandomx | number }}, </span> -->
<!-- <span>Total:</span> --> <!-- <span>Total:</span> -->
<span >{{ latestblockdetail.TotalDifficultyRandomx | number }}</span> <span >{{ latestblockdetail.TotalDifficultyRandomx | number }}</span>

View File

@ -614,10 +614,12 @@ body.dark_theme {
.dark_theme .theme_switch, .dark_theme .theme_switch,
.dark_theme .footer_div .theme_switch, .dark_theme .footer_div .theme_switch,
.dark_theme .ftr_dropdown, .dark_theme .ftr_dropdown,
.dark_theme .langbut.ftr_lang,
.dark_theme .bg-white { .dark_theme .bg-white {
background-color: #1c2437 !important; background-color: #1c2437 !important;
color: #ffffff !important; color: #ffffff !important;
} }
.dark_theme footer.bg-white{ background-color: #27314b !important;}
.dark_theme .nav-item.dropdown .bg-white, .dark_theme .nav-item.dropdown, .dark_theme .langbut{background-color: #27314b !important} .dark_theme .nav-item.dropdown .bg-white, .dark_theme .nav-item.dropdown, .dark_theme .langbut{background-color: #27314b !important}
.dark_theme .langbut{color: #ffffff !important;} .dark_theme .langbut{color: #ffffff !important;}
.dark_theme .arrow_drpdwn{border-color: #ffffff !important;} .dark_theme .arrow_drpdwn{border-color: #ffffff !important;}
@ -666,6 +668,7 @@ body.dark_theme {
.diff_margin{margin-bottom: -10px !important; margin-top: -10px !important;} .diff_margin{margin-bottom: -10px !important; margin-top: -10px !important;}
.dark_theme .difficulty_datas .day60_txt{color: #fff;} .dark_theme .difficulty_datas .day60_txt{color: #fff;}
.dark_theme .legendtext{fill: rgb(255, 255, 255) !important;} .dark_theme .legendtext{fill: rgb(255, 255, 255) !important;}
.dark_theme .background_loading{background: #384566;background-image: linear-gradient( to right, #384566 0%, #27314b 20%, #384566 40%, #384566 100% );}
@keyframes yellowfade { @keyframes yellowfade {
from { from {
background: white; background: white;