webui (m): enforcing foreground darker text color on hover (as expected)

This commit is contained in:
Carolina Fernandez 2015-12-13 13:01:21 +01:00 committed by pancake
parent 7df9d7e2f0
commit c955d4834f

View File

@ -115,7 +115,7 @@ html, body {
}
.demo-layout .demo-navigation .mdl-navigation__link:hover {
background-color: #00BCD4;
color: #37474F;
color: #37474F !important;
}
.mdl-navigation__link:hover {
cursor: pointer;