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

ui.static.css.infoIconTooltip.css Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
.info-icon {
    width: auto;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
}

.info-icon.circle {
    border: 1px solid;
    border-radius: 50%;
    padding: 0.1em 0.5em;
    font-size: 0.7em;
}

.tooltip ul {
    padding-left: 1em;
}

.tooltip li {
    margin: 0;
}

.tooltip ul {
    text-align: left;
}

.tooltip-inner {
    max-width: 250px !important;
}

.tooltip-inner table {
    font-size: 13px;
    color: white;
}

.tooltip {
    pointer-events: none;   /* prevent flickering */
}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy