[UPDATE] Couple of color tweeks

This commit is contained in:
nrpatten 2014-03-25 21:35:02 -07:00
parent b46479190f
commit dffd5a7edf
8 changed files with 24 additions and 13 deletions

View File

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

View File

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

View File

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

View File

@ -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"> &larr;</a>
@ -55,4 +55,4 @@ $(function () {
</div>
</div>
</div>
</div>
</div>

View File

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

View File

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

View File

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

View File

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