diff options
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components.html b/docs/components.html index 4caa9e6f2..a400d216d 100644 --- a/docs/components.html +++ b/docs/components.html @@ -185,7 +185,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, </div> <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="../javascript/#buttons">our buttons plugin</a>.</p> - <div class="bs-callout bs-callout-info"> + <div class="bs-callout bs-callout-warning"> <h4>Tooltips & popovers in button groups require special setting</h4> <p>When using tooltips or popovers on elements within a <code>.btn-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p> </div> @@ -755,11 +755,11 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, <h4>Cross-browser compatibility</h4> <p>Avoid using <code><select></code> elements here as they cannot be fully styled in WebKit browsers.</p> </div> - <div class="bs-callout bs-callout-info"> + <div class="bs-callout bs-callout-warning"> <h4>Tooltips & popovers in input groups require special setting</h4> <p>When using tooltips or popovers on elements within an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p> </div> - <div class="bs-callout bs-callout-info"> + <div class="bs-callout bs-callout-warning"> <h4>Don't mix with other components</h4> <p>Do not mix form group or grid column classes directly with input groups.</p> </div> @@ -1432,7 +1432,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, <p>There are some caveats regarding using form controls within fixed elements on mobile devices. <a href="../getting-started/#support-fixed-position-keyboards">See our browser support docs</a> for details.</p> </div> - <div class="bs-callout bs-callout-danger"> + <div class="bs-callout bs-callout-warning"> <h4>Always add labels</h4> <p>Screen readers will have trouble with your forms if you don't include a label for every input. For these inline navbar forms, you can hide the labels using the <code>.sr-only</code> class.</p> </div> |
