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

org.dashbuilder.client.navigation.widget.NavItemTileWidgetView.css Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
.uf-navitem-tile-body {
    cursor: pointer;
    float: left;
    height: 160px;
    width: 160px;
    margin: 0 10px 10px 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.uf-navitem-tile-icon {
    margin-top: 25px;
    font-size: 46px;
    color: #FFFFFF;
}
.uf-navitem-tile-text {
    color: #FFFFFF;
}
.uf-navitem-tile-group {
    background: rgba(76, 98, 154, 0.52);
}
.uf-navitem-tile-perspective {
    background: rgba(67, 154, 99, 0.60);
}
.uf-navitem-tile-runtime-perspective {
    background: rgba(67, 154, 99, 0.60);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy