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 /bootstrap.css | |
| parent | 03d7c1a65e0321445842a4925d19331fda200c02 (diff) | |
| download | bootstrap-aa5342888bf9b3041d2f703349d7ff94cf8b5f43.tar.xz bootstrap-aa5342888bf9b3041d2f703349d7ff94cf8b5f43.zip | |
default cursor for disabled links in pagination
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 0624b3104..aa13815fd 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu Jan 5 15:46:10 PST 2012 + * Date: Thu Jan 5 15:48:31 PST 2012 */ html, body { margin: 0; @@ -2223,6 +2223,7 @@ i { .pagination .disabled a, .pagination .disabled a:hover { color: #999999; background-color: transparent; + cursor: default; } .pagination .next a { border: 0; |
