2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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
+1
View File
@@ -30,6 +30,7 @@
}
.pagination .active a {
color: @grayLight;
cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover {