tippy.js
Version:
Highly customizable tooltip and popover library
1 lines • 724 B
CSS
.tippy-tooltip.translucent-theme{background-color:rgba(0,0,0,.7)}.tippy-tooltip.translucent-theme[data-placement^=top]>.tippy-arrow{border-width:7px 7px 0;border-top-color:rgba(0,0,0,.7)}.tippy-tooltip.translucent-theme[data-placement^=bottom]>.tippy-arrow{border-width:0 7px 7px;border-bottom-color:rgba(0,0,0,.7)}.tippy-tooltip.translucent-theme[data-placement^=left]>.tippy-arrow{border-width:7px 0 7px 7px;border-left-color:rgba(0,0,0,.7)}.tippy-tooltip.translucent-theme[data-placement^=right]>.tippy-arrow{border-width:7px 7px 7px 0;border-right-color:rgba(0,0,0,.7)}.tippy-tooltip.translucent-theme>.tippy-backdrop{background-color:rgba(0,0,0,.7)}.tippy-tooltip.translucent-theme>.tippy-svg-arrow{fill:rgba(0,0,0,.7)}