]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
enable use of span in place of a for .disabled in pagination, per #1406
authorMark Otto <markotto@twitter.com>
Mon, 20 Feb 2012 07:51:59 +0000 (23:51 -0800)
committerMark Otto <markotto@twitter.com>
Mon, 20 Feb 2012 07:51:59 +0000 (23:51 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/pagination.less

index 1437fb70501859bd9f7ffaf7a5eb83d3de3cf0db..146023c5dfa81bb051b183ed5390cf5e6dde4949 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 9fa129e107fb6d1585d0096b01df72548117470b..155f5dad13b894d25978509c85c2f7e4dbc809d7 100644 (file)
@@ -860,6 +860,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
   display: block;
   margin-top: 5px;
   margin-bottom: 0;
+  color: #999999;
 }
 .help-inline {
   display: inline-block;
@@ -2781,7 +2782,7 @@ button.btn.small, input[type="submit"].btn.small {
   color: #999999;
   cursor: default;
 }
-.pagination .disabled a, .pagination .disabled a:hover {
+.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
   color: #999999;
   background-color: transparent;
   cursor: default;
index de5780759441da1d5e7d73b3783a8d40aa7d4cef..38cf65cc44e24ced1f3cbf9a65e8d08618f09d6c 100644 (file)
@@ -32,6 +32,7 @@
   color: @grayLight;
   cursor: default;
 }
+.pagination .disabled span,
 .pagination .disabled a,
 .pagination .disabled a:hover {
   color: @grayLight;