bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/common/tooltip/bbbtip.css

19 lines
410 B
CSS
Raw Normal View History

.tippy-box[data-theme~='bbbtip']{
color:#fff;
background-color:#333333;
padding: .25rem .5rem;
border-radius: 4px;
user-select: none;
}
.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;
}