Commit 4d93b639 authored by Mark Otto's avatar Mark Otto

disable cursor on disabled and active pagination links

parent d533310b
...@@ -2674,6 +2674,7 @@ button.btn.small, input[type="submit"].btn.small { ...@@ -2674,6 +2674,7 @@ button.btn.small, input[type="submit"].btn.small {
} }
.pagination .active a { .pagination .active a {
color: #999999; color: #999999;
cursor: default;
} }
.pagination .disabled a, .pagination .disabled a:hover { .pagination .disabled a, .pagination .disabled a:hover {
color: #999999; color: #999999;
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
} }
.pagination .active a { .pagination .active a {
color: @grayLight; color: @grayLight;
cursor: default;
} }
.pagination .disabled a, .pagination .disabled a,
.pagination .disabled a:hover { .pagination .disabled a:hover {
......
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