1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-22 15:39:59 +00:00

Documentation tweak

This commit is contained in:
Martijn Cuppens 2019-08-17 16:58:26 +02:00 committed by XhmikosR
parent 0603522199
commit d9abb8e20d

View File

@ -76,15 +76,11 @@ If you want to have `<input readonly>` elements in your form styled as plain tex
## Color
On macOS:
- Chrome shows the native color picker
- Safari shows a custom color picker that points to the input
- Firefox shows the native color picker
Keep in mind color inputs are [not supported in IE](https://caniuse.com/#feat=input-color).
{{< example >}}
<form>
<label for="exampleColorInput">Color picker</label>
<input type="color" class="form-control form-control-color" id="exampleColorInput" value="#563d7c">
<input type="color" class="form-control form-control-color" id="exampleColorInput" value="#563d7c" title="Choose your color">
</form>
{{< /example >}}