diff options
| author | Mark Otto <[email protected]> | 2013-07-24 16:53:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-24 16:53:34 -0700 |
| commit | 1f40da9676d0e29329fcf0925409a70acd02daaf (patch) | |
| tree | 9e2026d88d888e45276806161eda13b608e0c7a0 /dist/css/bootstrap.css | |
| parent | 51de38e5b9f1df43e56166cea979b18108e98350 (diff) | |
| parent | a36f444c2567032b200ca36bee006c6e05a0b2c8 (diff) | |
| download | bootstrap-1f40da9676d0e29329fcf0925409a70acd02daaf.tar.xz bootstrap-1f40da9676d0e29329fcf0925409a70acd02daaf.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ba4966f9f..f806e89e4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2219,7 +2219,7 @@ input[type="button"].btn-block { .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; - cursor: default; + cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); @@ -2540,7 +2540,7 @@ button.close { .nav > li.disabled > a:focus { color: #999999; text-decoration: none; - cursor: default; + cursor: not-allowed; background-color: transparent; } @@ -3316,7 +3316,7 @@ button.close { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; - cursor: default; + cursor: not-allowed; background-color: #ffffff; } @@ -3417,7 +3417,7 @@ button.close { .pager .disabled > a:focus, .pager .disabled > span { color: #999999; - cursor: default; + cursor: not-allowed; background-color: #ffffff; } |
