All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gwt.material.design.addins.client.tree.resources.css.tree.css Maven / Gradle / Ivy

There is a newer version: 2.8.3
Show newest version
/** Tree **/
.tree{
    overflow: auto;
    width: 100%;
}
.tree-item .tree-header{
    white-space: nowrap;
}
.tree-item{
    clear: both;
    margin-top: 10px;
    margin-left: 20px;
}

.tree-item i{
    margin-top: -2px;
    float: left;
    margin-right: 8px;
}

.tree-item img{
    width: 2em;
    height: 2em;
    float: left;
    margin-right: 8px;
}

.tree-item.selected > .tree-header span{
    font-weight: bold;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy