daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

md-label bug #637

Closed Hitvz closed 6 years ago

Hitvz commented 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.