Browse Source
Merge pull request #23626 from abpframework/issue-20624
Update datatable footer border styles - issue-20624
pull/23631/head
Yağmur Çelik
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
11 additions and
0 deletions
-
npm/ng-packs/packages/theme-basic/src/lib/constants/styles.ts
|
|
|
@ -151,4 +151,15 @@ background-color: rgba(0, 0, 0, 0.6); |
|
|
|
.abp-md-form { |
|
|
|
max-width: 540px; |
|
|
|
} |
|
|
|
|
|
|
|
.ngx-datatable.material:has(.datatable-body-row) .datatable-footer { |
|
|
|
border-top: none; |
|
|
|
} |
|
|
|
|
|
|
|
.ngx-datatable.material:not(:has(.datatable-body-row)) .datatable-footer { |
|
|
|
border-top: 1px solid #dee2e6; |
|
|
|
} |
|
|
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
|
|
|