Skip to content

Commit 557856e

Browse files
committed
[UPDATE] More tweeks
1 parent 07ba447 commit 557856e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/site_assets/bootstrap/css/design/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ a:focus {
125125
}
126126

127127
.panel-info {
128-
border-color: #D3D3D3;
128+
border-color: #808080;
129129
}
130130

131131
.lightgrey {

public/templates/bootstrap/dashboard/default.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="panel-heading">
66
<h4 class="panel-title"><i class="fa fa-align-left fa-fw"></i> Overview</h4>
77
</div>
8-
<div class="panel-body text-center">
8+
<div class="panel-body text-center lightgrey">
99
<div class="row">
1010
<div class="col-lg-12">
1111
{* Load our payout system so we can load some payout specific templates *}

public/templates/bootstrap/dashboard/round_statistics/pplns/shares.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<table class="table borderless m-b-none text-small lightgrey">
1+
<table class="table borderless m-b-none text-small panel-footer">
22
<thead>
33
<tr>
44
<th></th>

public/templates/bootstrap/dashboard/round_statistics/prop/shares.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<table class="table borderless m-b-none text-small lightgrey">
1+
<table class="table borderless m-b-none text-small panel-footer">
22
<thead>
33
<tr>
44
<th></th>

0 commit comments

Comments
 (0)