diff options
| author | Mark Otto <[email protected]> | 2012-01-05 15:48:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-05 15:48:40 -0800 |
| commit | aa5342888bf9b3041d2f703349d7ff94cf8b5f43 (patch) | |
| tree | 781df0d3417c3aaf7dceef6ec7b799108e20a6da /lib | |
| parent | 03d7c1a65e0321445842a4925d19331fda200c02 (diff) | |
| download | bootstrap-aa5342888bf9b3041d2f703349d7ff94cf8b5f43.tar.xz bootstrap-aa5342888bf9b3041d2f703349d7ff94cf8b5f43.zip | |
default cursor for disabled links in pagination
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pagination.less | 1 |
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; |
