fix caret color
This commit is contained in:
parent
398bcf8b31
commit
8365306204
1 changed files with 1 additions and 9 deletions
|
@ -7,14 +7,6 @@
|
|||
// -----------------------------------------------------
|
||||
|
||||
.navbar {
|
||||
.icon-bar {
|
||||
color: @linkColor;
|
||||
}
|
||||
//border-bottom: 1px solid #CACACA;
|
||||
|
||||
.navbar-inner {
|
||||
//.box-shadow(0 1px 0 rgba(255,255,255,0.4)~", "0 0 10px rgba(0,0,0,0.1));
|
||||
}
|
||||
|
||||
.brand {
|
||||
font-weight: bold;
|
||||
|
@ -95,7 +87,7 @@
|
|||
|
||||
.nav li.open.dropdown .caret,
|
||||
.nav .dropdown-toggle:hover .caret {
|
||||
border-top-color: @linkColor;
|
||||
border-top-color: #000;
|
||||
}
|
||||
|
||||
div.subnav {
|
||||
|
|
Loading…
Reference in a new issue