mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
refactor pagination
This commit is contained in:
parent
3bd42511f4
commit
969529c80e
8
docs/assets/css/bootstrap.css
vendored
8
docs/assets/css/bootstrap.css
vendored
@ -3339,10 +3339,10 @@ button.close {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > .disabled span,
|
.pagination > .disabled > span,
|
||||||
.pagination > .disabled a,
|
.pagination > .disabled > a,
|
||||||
.pagination > .disabled a:hover,
|
.pagination > .disabled > a:hover,
|
||||||
.pagination > .disabled a:focus {
|
.pagination > .disabled > a:focus {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
@ -34,10 +34,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .disabled {
|
> .disabled {
|
||||||
span,
|
> span,
|
||||||
a,
|
> a,
|
||||||
a:hover,
|
> a:hover,
|
||||||
a:focus {
|
> a:focus {
|
||||||
color: @gray-light;
|
color: @gray-light;
|
||||||
background-color: @pagination-bg;
|
background-color: @pagination-bg;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
Loading…
Reference in New Issue
Block a user