June 24, 2018
Hot Spot
Description:
UABB
Kind:
CSS, Beaver
CSS:
.uabb-hotspot-tooltip-content A
{
border: 1px solid black;
padding: 5px 12px;
color: #000000;
border-radius: 5px;
}
.uabb-hotspot-tooltip-content A:hover
{
background-color: #000000;
color: #fff;
}
.uabb-hotspot-tooltip-content A:active
{
position: relative;
top: 1px;
}
/* This was used in the h3 price text. You may not need it */
.uabb-hotspot-tooltip-content.uabb-text-editor H3
{
margin-bottom: 10px;
margin-top: 10px;
}