Skip to content

Commit

Permalink
cosmo: fix pagination active border-color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 20, 2013
1 parent a49623a commit cc7fc5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7295,6 +7295,11 @@ td.visible-print {
background-image: none;
}

.pagination .active > a,
.pagination .active > a:hover {
border-color: #ddd;
}

.alert {
border: none;
}
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@
}
}

.pagination {

.active > a,
.active > a:hover {
border-color: #ddd;
}
}

// Indicators =================================================================

.alert {
Expand Down

0 comments on commit cc7fc5e

Please sign in to comment.