diff options
| author | Mark Otto <[email protected]> | 2014-10-28 22:57:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-28 22:57:56 -0700 |
| commit | e528daf6d0c7709fa6c7d6091ff097cd4834a840 (patch) | |
| tree | bc9b0a62a07caab14b6ba54dd0ee0e3ec51e2086 | |
| parent | c4b053a0131e93a206429ee2575dd67fd9508e12 (diff) | |
| download | bootstrap-e528daf6d0c7709fa6c7d6091ff097cd4834a840.tar.xz bootstrap-e528daf6d0c7709fa6c7d6091ff097cd4834a840.zip | |
change back to not allowed cursor
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index c89e6e272..a215b8558 100644 --- a/less/variables.less +++ b/less/variables.less @@ -215,7 +215,7 @@ @input-group-addon-border-color: @input-border; //** Disabled cursor for form controls and buttons. -@cursor-disabled: default; +@cursor-disabled: not-allowed; //== Dropdowns |
