Skip to content

Commit

Permalink
amelia: dropdown-header color, fixes thomaspark#176
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 28, 2013
1 parent 11a2b17 commit a2586a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amelia/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3669,7 +3669,7 @@ input[type="button"].btn-block {
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: rgba(255, 255, 255, 0.6);
color: #dddddd;
}

.dropdown-backdrop {
Expand Down
2 changes: 1 addition & 1 deletion amelia/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amelia/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@

@dropdown-link-disabled-color: @gray-lighter;

@dropdown-header-color: @text-muted;
@dropdown-header-color: @gray-lighter;

@dropdown-caret-color: #fff;

Expand Down

0 comments on commit a2586a4

Please sign in to comment.