mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-16 08:45:42 -05:00
more vars changing
This commit is contained in:
@@ -279,7 +279,7 @@
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc;
|
||||
border-bottom-color: @dropdownBorder;
|
||||
border-bottom-color: @dropdown-border;
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
left: 9px;
|
||||
@@ -289,7 +289,7 @@
|
||||
display: inline-block;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid @dropdownBackground;
|
||||
border-bottom: 6px solid @dropdown-background;
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 10px;
|
||||
@@ -299,13 +299,13 @@
|
||||
.navbar-fixed-bottom .nav > li > .dropdown-menu {
|
||||
&:before {
|
||||
border-top: 7px solid #ccc;
|
||||
border-top-color: @dropdownBorder;
|
||||
border-top-color: @dropdown-border;
|
||||
border-bottom: 0;
|
||||
bottom: -7px;
|
||||
top: auto;
|
||||
}
|
||||
&:after {
|
||||
border-top: 6px solid @dropdownBackground;
|
||||
border-top: 6px solid @dropdown-background;
|
||||
border-bottom: 0;
|
||||
bottom: -6px;
|
||||
top: auto;
|
||||
|
||||
Reference in New Issue
Block a user