mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 04:20:24 +00:00
Documentation tweak
This commit is contained in:
parent
0603522199
commit
d9abb8e20d
1 changed files with 2 additions and 6 deletions
|
|
@ -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 >}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue