gray out links for active state on pagination

This commit is contained in:
Mark Otto 2012-01-14 23:33:42 -08:00
parent 16eccc43d9
commit f989c6892f
3 changed files with 8 additions and 1 deletions

5
bootstrap.css vendored
View file

@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sat Jan 14 23:28:07 PST 2012
* Date: Sat Jan 14 23:33:26 PST 2012
*/
html, body {
margin: 0;
@ -2107,6 +2107,9 @@ i {
.pagination a:hover, .pagination .active a {
background-color: #f5f5f5;
}
.pagination .active a {
color: #999999;
}
.pagination .disabled a, .pagination .disabled a:hover {
color: #999999;
background-color: transparent;