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 /less/dropdowns.less | |
| parent | 930c75e5dd0f2ae861a505bda740f289570c9b8a (diff) | |
| download | bootstrap-7e9532dabe7ae1136c9ee07b33ee5116bcfafac1.tar.xz bootstrap-7e9532dabe7ae1136c9ee07b33ee5116bcfafac1.zip | |
set cursor to not-allowed for disabled elements
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 00a84a6cb..938e682f5 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -102,7 +102,7 @@ background-color: transparent; background-image: none; // Remove CSS gradient .reset-filter(); - cursor: default; + cursor: not-allowed; } } |
