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 /lib | |
| parent | 16eccc43d9fa6317818b5d1621d0477150214488 (diff) | |
| download | bootstrap-f989c6892f690cf46b0e67158ebb621c3fe690fe.tar.xz bootstrap-f989c6892f690cf46b0e67158ebb621c3fe690fe.zip | |
gray out links for active state on pagination
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pagination.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pagination.less b/lib/pagination.less index 655abe5a3..064362b7b 100644 --- a/lib/pagination.less +++ b/lib/pagination.less @@ -30,6 +30,9 @@ .pagination .active a { background-color: #f5f5f5; } +.pagination .active a { + color: @grayLight; +} .pagination .disabled a, .pagination .disabled a:hover { color: @grayLight; |
