bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/common/tooltip/bbbtip.css
2022-11-10 15:10:01 +01:00

12 lines
242 B
CSS

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