Fix pagination styling
This commit is contained in:
@@ -52,11 +52,11 @@
|
|||||||
.sp-pagination tfoot tr td a {
|
.sp-pagination tfoot tr td a {
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
}
|
}
|
||||||
.sp-pagination tfoot tr td.active {
|
.sp-pagination tfoot tr td.active a {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
.sp-pagination tfoot tr td.disabled {
|
.sp-pagination tfoot tr td.disabled a {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user