Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-31 11:27:58 +0400
committerMark Otto <markdotto@gmail.com>2012-01-31 11:27:58 +0400
commit4d93b639164f4331dc8b52ae1bcb824dddb97370 (patch)
treebaf7aa212b176b149906d444331157ed2d3da904
parentd533310bd2fa157edb076f9047af8f1cff0fca05 (diff)
disable cursor on disabled and active pagination links
-rw-r--r--docs/assets/bootstrap.zipbin52284 -> 52290 bytes
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/pagination.less1
3 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 61babf125c..c8e3421068 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 2fe20c332a..ce589dd805 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;
diff --git a/less/pagination.less b/less/pagination.less
index 8ecb2a4015..de57807594 100644
--- a/less/pagination.less
+++ b/less/pagination.less
@@ -30,6 +30,7 @@
}
.pagination .active a {
color: @grayLight;
+ cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover {