aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-05 15:48:40 -0800
committerMark Otto <[email protected]>2012-01-05 15:48:40 -0800
commitaa5342888bf9b3041d2f703349d7ff94cf8b5f43 (patch)
tree781df0d3417c3aaf7dceef6ec7b799108e20a6da /lib
parent03d7c1a65e0321445842a4925d19331fda200c02 (diff)
downloadbootstrap-aa5342888bf9b3041d2f703349d7ff94cf8b5f43.tar.xz
bootstrap-aa5342888bf9b3041d2f703349d7ff94cf8b5f43.zip
default cursor for disabled links in pagination
Diffstat (limited to 'lib')
-rw-r--r--lib/pagination.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pagination.less b/lib/pagination.less
index f63051168..e38805760 100644
--- a/lib/pagination.less
+++ b/lib/pagination.less
@@ -34,6 +34,7 @@
.disabled a:hover {
color: @grayLight;
background-color: transparent;
+ cursor: default;
}
.next a {
border: 0;