Commit 6df925bc authored by Mark Otto's avatar Mark Otto

enable use of span in place of a for .disabled in pagination, per #1406

parent 9f608411
...@@ -860,6 +860,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec ...@@ -860,6 +860,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
display: block; display: block;
margin-top: 5px; margin-top: 5px;
margin-bottom: 0; margin-bottom: 0;
color: #999999;
} }
.help-inline { .help-inline {
display: inline-block; display: inline-block;
...@@ -2781,7 +2782,7 @@ button.btn.small, input[type="submit"].btn.small { ...@@ -2781,7 +2782,7 @@ button.btn.small, input[type="submit"].btn.small {
color: #999999; color: #999999;
cursor: default; cursor: default;
} }
.pagination .disabled a, .pagination .disabled a:hover { .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
color: #999999; color: #999999;
background-color: transparent; background-color: transparent;
cursor: default; cursor: default;
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
color: @grayLight; color: @grayLight;
cursor: default; cursor: default;
} }
.pagination .disabled span,
.pagination .disabled a, .pagination .disabled a,
.pagination .disabled a:hover { .pagination .disabled a:hover {
color: @grayLight; color: @grayLight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment