diff options
| author | Mark Otto <[email protected]> | 2012-01-14 23:33:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-14 23:33:42 -0800 |
| commit | f989c6892f690cf46b0e67158ebb621c3fe690fe (patch) | |
| tree | c988693aa830d83c0f73f927eb0ab7aee94900fe /bootstrap.css | |
| parent | 16eccc43d9fa6317818b5d1621d0477150214488 (diff) | |
| download | bootstrap-f989c6892f690cf46b0e67158ebb621c3fe690fe.tar.xz bootstrap-f989c6892f690cf46b0e67158ebb621c3fe690fe.zip | |
gray out links for active state on pagination
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 9a4e6e111..37241baf0 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -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; |
