Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-12-29 14:55:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-04 12:53:32 +0300
commite1b990fb9098d10979fe74e8521c2b39d64312b9 (patch)
tree19125a90777c460ff4e242259695f6d0816f2355 /site/docs/4.2/content
parent83dc45b31b2124d21bdc05243e2b8daa29931021 (diff)
Move hand cursor for buttons to reboot
Diffstat (limited to 'site/docs/4.2/content')
-rw-r--r--site/docs/4.2/content/reboot.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/docs/4.2/content/reboot.md b/site/docs/4.2/content/reboot.md
index 7801e346e6..66a5d5a978 100644
--- a/site/docs/4.2/content/reboot.md
+++ b/site/docs/4.2/content/reboot.md
@@ -280,12 +280,14 @@ These changes, and more, are demonstrated below.
<p>
<button type="submit">Button submit</button>
<input type="submit" value="Input submit button">
+ <input type="reset" value="Input reset button">
<input type="button" value="Input button">
</p>
<p>
<button type="submit" disabled>Button submit</button>
<input type="submit" value="Input submit button" disabled>
+ <input type="reset" value="Input reset button" disabled>
<input type="button" value="Input button" disabled>
</p>
</fieldset>