Skip to content

Commit

Permalink
fix #9941
Browse files Browse the repository at this point in the history
  • Loading branch information
charnog committed Aug 21, 2013
1 parent e143c35 commit 4284fc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4687,6 +4687,8 @@ textarea.input-group-sm > .input-group-btn > .btn {
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions less/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@

> .disabled {
> span,
> span:hover,
> span:focus,
> a,
> a:hover,
> a:focus {
Expand Down

0 comments on commit 4284fc0

Please sign in to comment.