Commit 969529c8 authored by liuyl's avatar liuyl

refactor pagination

parent 3bd42511
......@@ -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;
......
......@@ -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;
......
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