[UPDATE] Couple of color tweeks
This commit is contained in:
parent
b46479190f
commit
dffd5a7edf
@ -94,7 +94,6 @@ a:focus {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.nav > li > a:hover,
|
||||
.nav > li > a:focus {
|
||||
background-color: #000000;
|
||||
@ -107,8 +106,6 @@ a:focus {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Tables */
|
||||
|
||||
.panel-footer {
|
||||
@ -121,3 +118,17 @@ a:focus {
|
||||
background-color: #BDBFBF;
|
||||
}
|
||||
|
||||
.panel-info > .panel-heading {
|
||||
background-color: #808080;
|
||||
border-color: #808080;
|
||||
color: #D3D3D3;
|
||||
}
|
||||
|
||||
.panel-info {
|
||||
border-color: #D3D3D3;
|
||||
}
|
||||
|
||||
.lightgrey {
|
||||
background-color: #D3D3D3;
|
||||
}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table class="table borderless m-b-none text-small">
|
||||
<table class="table borderless m-b-none text-small lightgrey">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table class="table borderless m-b-none text-small">
|
||||
<table class="table borderless m-b-none text-small lightgrey">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
||||
@ -40,7 +40,7 @@ $(function () {
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-th fa-fw"></i> Block Shares
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="panel-body lightgrey">
|
||||
<ul class="pager">
|
||||
<li class="previous">
|
||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={if is_array($BLOCKSFOUND) && count($BLOCKSFOUND) > ($BLOCKLIMIT - 1)}{$BLOCKSFOUND[$BLOCKLIMIT - 1].height}{/if}&prev=1"> ←</a>
|
||||
@ -55,4 +55,4 @@ $(function () {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<div class="panel-heading">
|
||||
Your vs. Pool Hashrate
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="panel-body lightgrey">
|
||||
<div id="both-area-chart"></div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
@ -100,7 +100,7 @@ $(function () {
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-signal fa-fw"></i> Stats
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="panel-body lightgrey">
|
||||
<ul class="nav nav-pills" id="hashrategraph">
|
||||
<li><a href="#mine" data-toggle="tab">Mine</a></li>
|
||||
<li><a href="#pool" data-toggle="tab">Pool</a></li>
|
||||
@ -114,4 +114,4 @@ $(function () {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="panel-heading">
|
||||
Your Hashrate
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="panel-body lightgrey">
|
||||
<div id="mine-area-chart"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="panel-heading">
|
||||
Pool Hashrate
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="panel-body lightgrey">
|
||||
<div id="pool-area-chart"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user