$button-radius: $global-radius;
$button-round: $global-rounded;
-// We use this to set default opacity for disabled buttons.
+// We use this to set default opacity and cursor for disabled buttons.
$button-disabled-opacity: 0.6;
+$button-disabled-cursor: $cursor-default-value;
```
{{/markdown}}
\ No newline at end of file
$input-border-width: 1px;
$input-border-radius: $global-radius;
$input-disabled-bg: #ddd;
+$input-disabled-cursor: $cursor-default-value;
$input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
$input-include-glowing-effect: true;