[UPDATE] borderless css for dashboard round stats
This commit is contained in:
parent
6c195afb42
commit
4fc9eae9b6
@ -324,22 +324,8 @@ table.dataTable thead .sorting:after {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.confirmed {
|
.borderless > thead > tr > th {
|
||||||
width: auto;
|
border: none;
|
||||||
color: #468847;
|
|
||||||
background-color: #DFF0D8;
|
|
||||||
padding: 0px 4px;
|
|
||||||
border-radius: 4px;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.unconfirmed {
|
|
||||||
width: auto;
|
|
||||||
color: #B94A48;
|
|
||||||
background-color: #F2DEDE;
|
|
||||||
padding: 0px 4px;
|
|
||||||
border-radius: 4px;
|
|
||||||
float: right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table class="table m-b-none text-small">
|
<table class="table borderless m-b-none text-small">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><h4><i class="fa fa-cloud fa-fw"></i> Round Shares</h4></th>
|
<th><h4><i class="fa fa-cloud fa-fw"></i> Round Shares</h4></th>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user