Increase contrast on hover in dashboard template (fixes #739) (Closes #750)

master
Surma 2015-07-06 19:58:40 +01:00 committed by Addy Osmani
parent 2dbe2aeaae
commit 88d0f7d43a
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ html, body {
color: rgba(255, 255, 255, 0.56);
font-weight: 500;
}
.demo-layout .demo-navigation .mdl-navigation__link:hover {
background-color: #00BCD4;
color: #37474F;
}
.demo-navigation .mdl-navigation__link .material-icons {
font-size: 24px;
color: rgba(255, 255, 255, 0.56);