mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 21:49:09 +01:00
enable use of span in place of a for .disabled in pagination, per #1406
This commit is contained in:
parent
9f608411cb
commit
6df925bc75
Binary file not shown.
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@ -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;
|
||||
|
@ -32,6 +32,7 @@
|
||||
color: @grayLight;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination .disabled span,
|
||||
.pagination .disabled a,
|
||||
.pagination .disabled a:hover {
|
||||
color: @grayLight;
|
||||
|
Loading…
x
Reference in New Issue
Block a user