mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-12 00:20:58 +00:00
Changed the border-color of .navbar-form to @navbar-default-border
This commit is contained in:
parent
559fcbfbd6
commit
a6e2a93feb
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@
|
|||
|
||||
.navbar-collapse,
|
||||
.navbar-form {
|
||||
border-color: darken(@navbar-default-bg, 7%);
|
||||
border-color: @navbar-default-border;
|
||||
}
|
||||
|
||||
// Dropdown menu items and carets
|
||||
|
|
|
|||
Loading…
Reference in a new issue