0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

refactor pagination

This commit is contained in:
liuyl 2013-07-05 20:18:57 +08:00
parent 3bd42511f4
commit 969529c80e
2 changed files with 8 additions and 8 deletions

View File

@ -3339,10 +3339,10 @@ button.close {
cursor: default;
}
.pagination > .disabled span,
.pagination > .disabled a,
.pagination > .disabled a:hover,
.pagination > .disabled a:focus {
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
cursor: default;
background-color: #ffffff;

View File

@ -34,10 +34,10 @@
}
> .disabled {
span,
a,
a:hover,
a:focus {
> span,
> a,
> a:hover,
> a:focus {
color: @gray-light;
background-color: @pagination-bg;
cursor: default;