Changed table CSS
This commit is contained in:
parent
12b799423a
commit
a661ceba02
3 changed files with 9 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<small>This lists all purchases that have been submitted.</small>
|
||||
</div>
|
||||
<div *ngIf="!noTransactionList" class="card-block">
|
||||
<table class="table table-hover">
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Seller</th>
|
||||
|
|
Reference in a new issue