mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 01:30:24 +00:00
Merge pull request #10663 from lipis/patch-1
Changed the border-color of .navbar-form to @navbar-default-border
This commit is contained in:
commit
515e11da32
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