Skip to content

Commit

Permalink
fix: muted text color
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyxu2005 committed Dec 12, 2020
1 parent 8499508 commit 201dc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dataTables.uikit3.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
// todo: these are unrelated look and feel tweaks
language: {
sZeroRecords:
'<div class="unselectable uk-padding"><span uk-icon="icon:search; ratio:8"></span><h4 class="uk-margin-small-top">We didn\'t find anything</h4><h6 class="text-muted">Try a different keyword</h6></div>',
'<div class="unselectable uk-padding"><span uk-icon="icon:search; ratio:8"></span><h4 class="uk-margin-small-top">We didn\'t find anything</h4><h6 class="uk-text-muted">Try a different keyword</h6></div>',
sEmptyTable:
'<div class="unselectable uk-padding"><span uk-icon="icon:lock; ratio:8"></span><h4 class="uk-margin-small-top">No data available</h4><h6 class="text-muted">Looks empty over here</h6></div>',
'<div class="unselectable uk-padding"><span uk-icon="icon:lock; ratio:8"></span><h4 class="uk-margin-small-top">No data available</h4><h6 class="uk-text-muted">Looks empty over here</h6></div>',
},
});

Expand Down

0 comments on commit 201dc03

Please sign in to comment.