webui (p,m): using 'pointer' cursor for addr. or links in left menu

This commit is contained in:
Carolina Fernandez 2015-12-13 12:21:49 +01:00 committed by pancake
parent 36b6ae4762
commit ec19819879
2 changed files with 7 additions and 0 deletions

View File

@ -117,6 +117,9 @@ html, body {
background-color: #00BCD4;
color: #37474F;
}
.mdl-navigation__link:hover {
cursor: pointer;
}
.demo-navigation .mdl-navigation__link .material-icons {
font-size: 24px;
color: rgba(255, 255, 255, 0.56);

View File

@ -48,6 +48,10 @@ ul.jqtree-tree .jqtree-element {
margin-left: 0;
}
span.addr {
cursor: default;
}
ul.jqtree-tree li.jqtree-folder {
margin-bottom: 4px;
}