Merge pull request #4995 from mempool/natsoni/fix-pagination-color
Fix table pagination colors on custom themes
This commit is contained in:
		
						commit
						9950ef16ce
					
				| @ -18,7 +18,7 @@ | ||||
| 
 | ||||
|   <br> | ||||
| 
 | ||||
|   <ngb-pagination [collectionSize]="assets.length" [rotate]="true" [pageSize]="itemsPerPage" [(page)]="page" (pageChange)="pageChange(page)" [maxSize]="paginationMaxSize" [boundaryLinks]="true" [ellipses]="ellipses"></ngb-pagination> | ||||
|   <ngb-pagination class="pagination-container" [collectionSize]="assets.length" [rotate]="true" [pageSize]="itemsPerPage" [(page)]="page" (pageChange)="pageChange(page)" [maxSize]="paginationMaxSize" [boundaryLinks]="true" [ellipses]="ellipses"></ngb-pagination> | ||||
| 
 | ||||
|   <div class="clearfix"></div> | ||||
|   <br> | ||||
|  | ||||
| @ -1180,9 +1180,23 @@ th { | ||||
|     margin: 0; | ||||
|     @media (min-width: 400px) { | ||||
|       width: auto; | ||||
|       padding-left: 5px; | ||||
|     } | ||||
|   } | ||||
|   .page-link { | ||||
|     background-color: var(--bg); | ||||
|     border: 1px solid var(--bg); | ||||
|   } | ||||
|   .page-link:hover { | ||||
|     background-color: var(--active-bg); | ||||
|   } | ||||
|   .page-item.active .page-link { | ||||
|     background-color: var(--tertiary); | ||||
|     border: 1px solid var(--tertiary); | ||||
|   } | ||||
|   .page-item.disabled .page-link { | ||||
|     background-color: var(--bg); | ||||
|     border: 1px solid var(--bg); | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| .fee-estimation-wrapper { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user