Fix pagination styling

This commit is contained in:
Brian Miyaji
2014-04-27 17:37:06 +10:00
parent 5174335e62
commit 49f0f94692

View File

@@ -52,11 +52,11 @@
.sp-pagination tfoot tr td a {
cursor: inherit;
}
.sp-pagination tfoot tr td.active {
.sp-pagination tfoot tr td.active a {
opacity: 0.5;
cursor: default;
}
.sp-pagination tfoot tr td.disabled {
.sp-pagination tfoot tr td.disabled a {
opacity: 0;
cursor: default;
}