bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/tooltip/bbbtip.css
2019-12-03 18:49:09 +00:00

13 lines
266 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;
background: transparent;
}