]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix color on example btn on navbar (#24052)
authorAndres Galante <agalante@gmail.com>
Tue, 26 Sep 2017 14:42:04 +0000 (11:42 -0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 26 Sep 2017 14:42:04 +0000 (17:42 +0300)
docs/4.0/components/navbar.md

index aefb75ad8455ad086841d2cdef8909144ceb01cd..f303aa2bcad2c03058cff2af39bdb0f7887b9fce 100644 (file)
@@ -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>