mark jqtree element on hover

This commit is contained in:
Uwe Steinmann 2016-04-29 08:09:37 +02:00
parent 9af830c814
commit ea14c50838

View File

@ -163,6 +163,10 @@ div.splash {
display: none;
}
ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
background-color: #E0E0E0;
}
@media (max-width: 480px) {
.nav-tabs > li {
float:none;