]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
disable cursor on disabled and active pagination links
authorMark Otto <markdotto@gmail.com>
Tue, 31 Jan 2012 07:27:58 +0000 (23:27 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 31 Jan 2012 07:27:58 +0000 (23:27 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/pagination.less

index 61babf125c340b566b0f35deca3e246089e4ba09..c8e342106801b51bf2e761711b18c3d2f869f345 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 2fe20c332a3a32fee80a4f1195f2b5589162afa6..ce589dd8051686576c467cb4aecb50603b02ea9c 100644 (file)
@@ -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;
index 8ecb2a401548340ceb5e2bf1057aedd070a0ac4c..de5780759441da1d5e7d73b3783a8d40aa7d4cef 100644 (file)
@@ -30,6 +30,7 @@
 }
 .pagination .active a {
   color: @grayLight;
+  cursor: default;
 }
 .pagination .disabled a,
 .pagination .disabled a:hover {