Merge branch 'MDL-51234-master' of git://github.com/lazydaisy/moodle

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
David Monllao
2015-09-01 18:33:40 +08:00
2 changed files with 28 additions and 1 deletions
@@ -579,6 +579,33 @@
border-bottom: 1px solid lighten(@navbarInverseBackground, 25%);
}
}
.nav {
> li > a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
}
}
.dropdown-menu a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
> li > a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
}
}
.dropdown-submenu a {
&:hover,
&:focus,
&:active {
color: @navbarInverseLinkColorHover;
}
}
}
}
File diff suppressed because one or more lines are too long