From 4d93b639164f4331dc8b52ae1bcb824dddb97370 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 23:27:58 -0800 Subject: disable cursor on disabled and active pagination links --- docs/assets/bootstrap.zip | Bin 52284 -> 52290 bytes docs/assets/css/bootstrap.css | 1 + 2 files changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 61babf125..c8e342106 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ 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; -- cgit v1.2.3