Skip to content

Commit

Permalink
superhero: fixes thomaspark#114, button text color in alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jul 1, 2013
1 parent 52ba51d commit 2730ebe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions superhero/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6871,10 +6871,6 @@ label {
border: none;
}

.alert a {
color: #ea9059;
}

.alert .alert-heading {
color: #e36b23;
}
Expand Down
2 changes: 1 addition & 1 deletion superhero/bootstrap.min.css

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions superhero/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -573,27 +573,23 @@ label {
border: none;
color: @textColor;
text-shadow: none;

a {
color: lighten(@orange, 12%);
}
}

.alert .alert-heading {
color: @orange;
}

.alert-success {
background-color: @successText;
background-color: @successText;
}

.alert-danger,
.alert-error {
background-color: @errorText;
background-color: @errorText;
}

.alert-info {
background-color: @infoText;
background-color: @infoText;
}

// MISC
Expand Down

0 comments on commit 2730ebe

Please sign in to comment.