mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Fix color on example btn on navbar (#24052)
This commit is contained in:
parent
e8d9a034d0
commit
3eae92f1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue