aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-05 15:48:40 -0800
committerMark Otto <[email protected]>2012-01-05 15:48:40 -0800
commitaa5342888bf9b3041d2f703349d7ff94cf8b5f43 (patch)
tree781df0d3417c3aaf7dceef6ec7b799108e20a6da
parent03d7c1a65e0321445842a4925d19331fda200c02 (diff)
downloadbootstrap-aa5342888bf9b3041d2f703349d7ff94cf8b5f43.tar.xz
bootstrap-aa5342888bf9b3041d2f703349d7ff94cf8b5f43.zip
default cursor for disabled links in pagination
-rw-r--r--bootstrap.css3
-rw-r--r--bootstrap.min.css2
-rw-r--r--lib/pagination.less1
3 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 0624b3104..aa13815fd 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Thu Jan 5 15:46:10 PST 2012
+ * Date: Thu Jan 5 15:48:31 PST 2012
*/
html, body {
margin: 0;
@@ -2223,6 +2223,7 @@ i {
.pagination .disabled a, .pagination .disabled a:hover {
color: #999999;
background-color: transparent;
+ cursor: default;
}
.pagination .next a {
border: 0;
diff --git a/bootstrap.min.css b/bootstrap.min.css
index cda70c6d1..8d7c8bd4c 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -354,7 +354,7 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
.pagination li{display:inline;}
.pagination a{float:left;padding:0 14px;line-height:34px;text-decoration:none;border-right:1px solid;border-right-color:#ddd;border-right-color:rgba(0, 0, 0, 0.15);*border-right-color:#ddd;}
.pagination a:hover,.pagination .active a{background-color:#c7eefe;}
-.pagination .disabled a,.pagination .disabled a:hover{color:#999999;background-color:transparent;}
+.pagination .disabled a,.pagination .disabled a:hover{color:#999999;background-color:transparent;cursor:default;}
.pagination .next a{border:0;}
.pagination.centered{text-align:center;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background-color:#000000;}.modal-backdrop.fade{opacity:0;}
diff --git a/lib/pagination.less b/lib/pagination.less
index f63051168..e38805760 100644
--- a/lib/pagination.less
+++ b/lib/pagination.less
@@ -34,6 +34,7 @@
.disabled a:hover {
color: @grayLight;
background-color: transparent;
+ cursor: default;
}
.next a {
border: 0;