PluginProbe
Themify Builder / trunk
Themify Builder vtrunk
7.8.1 7.8.0 7.7.9 7.7.8 7.7.7 7.7.6 7.7.5 7.7.4 7.7.3 7.7.2 trunk 7.6.0 7.6.1 7.6.2 7.6.3 7.6.4 7.6.5 7.6.6 7.6.7 7.6.8 7.6.9 7.7.0 7.7.1
themify-builder / themify / css / modules / tooltip.css

tooltip.css in Themify Builder trunk, at themify/css/modules/tooltip.css

1 lines 782 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tf_tooltip_wrap{contain:layout style paint;display:flex;flex-direction:column;padding-left:10px;padding-top:20px;pointer-events:none;position:fixed;z-index:9999}.tf_tooltip_wrap.left{align-items:self-end;padding-left:0;padding-right:10px;transform:translateX(-100%)}.tf_tooltip_wrap.top{padding-bottom:10px;padding-top:0;transform:translateY(-100%)}.tf_tooltip_wrap.top.left{transform:translate(-100%,-100%)}.tf_tooltip{background:rgba(33,33,33,.9);border-radius:var(--theme_rounded,8px);color:#fff;cursor:auto;font-size:.75em;font-style:normal;font-weight:400;line-height:1.3;margin:5px 0;max-width:max-content;padding:.5em 1em;width:180px}.tf_tooltip.order-1{order:1}.tf_tooltip.order-2{order:2}.tf_tooltip.order-3{order:3}.tf_tooltip.order-4{order:4}.tf_tooltip.order-5{order:5}