[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;
|
||||
}
|
||||
|
||||
span.confirmed {
|
||||
width: auto;
|
||||
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;
|
||||
.borderless > thead > tr > th {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="table m-b-none text-small">
|
||||
<table class="table borderless m-b-none text-small">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><h4><i class="fa fa-cloud fa-fw"></i> Round Shares</h4></th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user