diff options
| author | Mark Otto <[email protected]> | 2012-01-30 23:27:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 23:27:58 -0800 |
| commit | 4d93b639164f4331dc8b52ae1bcb824dddb97370 (patch) | |
| tree | baf7aa212b176b149906d444331157ed2d3da904 /docs/assets/css/bootstrap.css | |
| parent | d533310bd2fa157edb076f9047af8f1cff0fca05 (diff) | |
| download | bootstrap-4d93b639164f4331dc8b52ae1bcb824dddb97370.tar.xz bootstrap-4d93b639164f4331dc8b52ae1bcb824dddb97370.zip | |
disable cursor on disabled and active pagination links
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 2fe20c332..ce589dd80 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2674,6 +2674,7 @@ button.btn.small, input[type="submit"].btn.small { } .pagination .active a { color: #999999; + cursor: default; } .pagination .disabled a, .pagination .disabled a:hover { color: #999999; |
