disable cursor on disabled and active pagination links

This commit is contained in:
Mark Otto 2012-01-30 23:27:58 -08:00
parent d533310bd2
commit 4d93b63916
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -2674,6 +2674,7 @@ button.btn.small, input[type="submit"].btn.small {
}
.pagination .active a {
color: #999999;
cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
color: #999999;

View File

@ -30,6 +30,7 @@
}
.pagination .active a {
color: @grayLight;
cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover {