diff options
| author | liuyl <[email protected]> | 2013-07-24 17:10:27 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-24 17:10:27 +0800 |
| commit | 7e9532dabe7ae1136c9ee07b33ee5116bcfafac1 (patch) | |
| tree | a6de709b6206cef729e22e82d868a15063aeef3d /dist/css/bootstrap.css | |
| parent | 930c75e5dd0f2ae861a505bda740f289570c9b8a (diff) | |
| download | bootstrap-7e9532dabe7ae1136c9ee07b33ee5116bcfafac1.tar.xz bootstrap-7e9532dabe7ae1136c9ee07b33ee5116bcfafac1.zip | |
set cursor to not-allowed for disabled elements
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 697d923a3..06c377142 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; } @@ -3301,7 +3301,7 @@ button.close { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; - cursor: default; + cursor: not-allowed; background-color: #ffffff; } @@ -3402,7 +3402,7 @@ button.close { .pager .disabled > a:focus, .pager .disabled > span { color: #999999; - cursor: default; + cursor: not-allowed; background-color: #ffffff; } |
