2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fixes #11516: Invert dropdown divider border in navbars

This commit is contained in:
Mark Otto
2013-11-28 12:39:39 -08:00
parent 9d485db721
commit 9f68a5b241
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -4801,6 +4801,9 @@ textarea.input-group-sm > .input-group-btn > .btn {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -552,6 +552,9 @@
> .dropdown-header {
border-color: @navbar-inverse-border;
}
.divider {
background-color: @navbar-inverse-border;
}
> li > a {
color: @navbar-inverse-link-color;
&:hover,