bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/common/tooltip/bbbtip.css
2023-11-13 10:51:03 -03:00

18 lines
386 B
CSS

.tippy-box[data-theme~='bbbtip']{
color:#fff;
background-color:#333333;
padding: .25rem .5rem;
border-radius: 4px;
}
.tippy-box[data-theme~='bbbtip']>.tippy-svg-arrow{
fill: #333333;
background-color: transparent;
}
.tippy-box[data-theme~='bbbtip']>.tippy-content{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}