bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/tooltip/bbbtip.css
2021-06-11 14:36:06 -03:00

12 lines
236 B
CSS

.tippy-tooltip.bbbtip-theme{
color:#fff;
background-color:#333333;
padding: .25rem;
border-radius: 4px;
}
.tippy-tooltip.bbbtip-theme>.tippy-svg-arrow{
fill: #333333;
background-color: transparent;
}