This commit is contained in:
timhovius 2015-02-21 20:43:26 +00:00
commit 9436f5be3f

View File

@ -167,6 +167,23 @@
.navbar-form .form-control-wrapper input.form-control::placeholder, .navbar-form input.form-control::placeholder {
color: @text-color;
}
.dropdown-menu {
li > a {
&:hover,
&:focus {
color: @material-color;
}
}
.active > a {
&:hover,
&:focus {
color: @text-color;
}
background-color: @material-color;
color: @text-color;
}
}
});
&-inverse {
@ -179,6 +196,7 @@
height: 50px;
padding: 10px 15px;
}
.navbar-form {
margin-top: 10px;
}