]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
default cursor for disabled links in pagination
authorMark Otto <markdotto@gmail.com>
Thu, 5 Jan 2012 23:48:40 +0000 (15:48 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 5 Jan 2012 23:48:40 +0000 (15:48 -0800)
bootstrap.css
bootstrap.min.css
lib/pagination.less

index 0624b31049366ba8a992145961f44567f85b3e94..aa13815fde69f3e4efe76ea9960b126a0f3b48ec 100644 (file)
@@ -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;
index cda70c6d1adfc1efcb9efa7458489ce5c2e6afff..8d7c8bd4cf31e0775c892a0cafca2db5c5f14079 100644 (file)
@@ -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;}
index f63051168931e23fec2475d989ad7d55c43a38d5..e388057604d28ea5f94062defee8c77dcee31b55 100644 (file)
@@ -34,6 +34,7 @@
   .disabled a:hover {
     color: @grayLight;
     background-color: transparent;
+    cursor: default;
   }
   .next a {
     border: 0;