diff options
| author | Andres Galante <[email protected]> | 2017-09-26 11:42:04 -0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-09-26 17:42:04 +0300 |
| commit | 3eae92f1fec3c84acf38bd7e16a14eac48868334 (patch) | |
| tree | 2da57d275483effa5fd70f6329ba6955b9e48404 /docs | |
| parent | e8d9a034d075f79bd8e1613d480bd37b24598a27 (diff) | |
| download | bootstrap-3eae92f1fec3c84acf38bd7e16a14eac48868334.tar.xz bootstrap-3eae92f1fec3c84acf38bd7e16a14eac48868334.zip | |
Fix color on example btn on navbar (#24052)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/navbar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/navbar.md b/docs/4.0/components/navbar.md index aefb75ad8..f303aa2bc 100644 --- a/docs/4.0/components/navbar.md +++ b/docs/4.0/components/navbar.md @@ -323,7 +323,7 @@ Theming the navbar has never been easier thanks to the combination of theming cl </ul> <form class="form-inline"> <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search"> - <button class="btn btn-outline-secondary my-2 my-sm-0" type="submit">Search</button> + <button class="btn btn-outline-light my-2 my-sm-0" type="submit">Search</button> </form> </div> </nav> |
