mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	bs5: fix correspondent / tag / doctype management list display
This commit is contained in:
		
							parent
							
								
									0eaa1e3385
								
							
						
					
					
						commit
						81ef51fd01
					
				@ -13,7 +13,7 @@
 | 
			
		||||
  <ngb-pagination class="col-auto" [pageSize]="25" [collectionSize]="collectionSize" [(page)]="page" (pageChange)="reloadData()" aria-label="Default pagination"></ngb-pagination>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<table class="table table-striped border shadow-sm">
 | 
			
		||||
<table class="table table-striped align-middle border shadow-sm">
 | 
			
		||||
    <thead>
 | 
			
		||||
    <tr>
 | 
			
		||||
      <th scope="col" sortable="name" [currentSortField]="sortField" [currentSortReverse]="sortReverse" (sort)="onSort($event)" i18n>Name</th>
 | 
			
		||||
 | 
			
		||||
@ -13,7 +13,7 @@
 | 
			
		||||
  <ngb-pagination class="col-auto" [pageSize]="25" [collectionSize]="collectionSize" [(page)]="page" (pageChange)="reloadData()" aria-label="Default pagination"></ngb-pagination>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<table class="table table-striped border shadow-sm">
 | 
			
		||||
<table class="table table-striped align-middle border shadow-sm">
 | 
			
		||||
  <thead>
 | 
			
		||||
    <tr>
 | 
			
		||||
      <th scope="col" sortable="name" [currentSortField]="sortField" [currentSortReverse]="sortReverse" (sort)="onSort($event)" i18n>Name</th>
 | 
			
		||||
 | 
			
		||||
@ -13,7 +13,7 @@
 | 
			
		||||
  <ngb-pagination class="col-auto" [pageSize]="25" [collectionSize]="collectionSize" [(page)]="page" (pageChange)="reloadData()" aria-label="Default pagination"></ngb-pagination>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<table class="table table-striped border shadow-sm">
 | 
			
		||||
<table class="table table-striped align-middle border shadow-sm">
 | 
			
		||||
  <thead>
 | 
			
		||||
    <tr>
 | 
			
		||||
      <th scope="col" sortable="name" [currentSortField]="sortField" [currentSortReverse]="sortReverse" (sort)="onSort($event)" i18n>Name</th>
 | 
			
		||||
 | 
			
		||||
@ -220,6 +220,10 @@ $border-color-dark-mode: #47494f;
 | 
			
		||||
    background-color: $bg-light-dark-mode;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .table-striped > tbody > tr:nth-of-type(odd) > * {
 | 
			
		||||
    color: $text-color-dark-mode-accent;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .close {
 | 
			
		||||
    color: $text-color-dark-mode;
 | 
			
		||||
    text-shadow: 0 1px 0 #666;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user