Closed Hitvz closed 6 years ago
when the project link bootstrap`s css , the md-label directive will become while color . the solution is , add below css:
.md-table-pagination>.buttons>.label { margin-left: 20px; color: rgba(0, 0, 0, .54); }
.page-select>.label { color: rgba(0, 0, 0, .54); }
.limit-select>.label { color: rgba(0, 0, 0, .54); }
to each rewrite each label in own css.
when the project link bootstrap`s css , the md-label directive will become while color . the solution is , add below css:
.md-table-pagination>.buttons>.label { margin-left: 20px; color: rgba(0, 0, 0, .54); }
.page-select>.label { color: rgba(0, 0, 0, .54); }
.limit-select>.label { color: rgba(0, 0, 0, .54); }
to each rewrite each label in own css.