Skip to content

Commit

Permalink
fix text-muted in tables for amelia and superhero, closes thomaspark#244
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Apr 3, 2014
1 parent 236ff83 commit 3c00a2b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions amelia/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5824,6 +5824,10 @@ table a,
color: #fff;
text-decoration: underline;
}
table .text-muted,
.table .text-muted {
color: rgba(255, 255, 255, 0.6);
}
input,
textarea {
color: #444444;
Expand Down
2 changes: 1 addition & 1 deletion amelia/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions amelia/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ table,
color: #fff;
text-decoration: underline;
}

.text-muted {
color: @text-muted;
}
}

// Forms ======================================================================
Expand Down
4 changes: 4 additions & 0 deletions superhero/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5849,6 +5849,10 @@ table a,
color: #fff;
text-decoration: underline;
}
table .text-muted,
.table .text-muted {
color: #4e5d6c;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
Expand Down
2 changes: 1 addition & 1 deletion superhero/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions superhero/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ table,
text-decoration: underline;
}

.text-muted {
color: @text-muted;
}

> thead > tr > th,
> tbody > tr > th,
> tfoot > tr > th,
Expand Down

0 comments on commit 3c00a2b

Please sign in to comment.