Nyghtfall3D
Customer
How do I target this button color via extras.less?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.tooltip.tooltip--selectToQuote .tooltip-content
{
backgrond: #000;
.tooltip-arrow
{
border-bottom-color: #000;
}
a
{
background-color: orange;
color: #FFF;
padding: 5px 10px;
border-radius: @xf-borderRadiusMedium;
border: 1px solid pink;
}
}
.tooltip.tooltip--selectToQuote .tooltip-content
{
backgrond: #000;
.tooltip-arrow
{
border-bottom-color: #000;
}
a
{
color: orange;
}
}
.tooltip.tooltip--selectToQuote .tooltip-content
{
backgrond: #000;
.tooltip-arrow
{
border-bottom-color: #000;
}
a
{
background-color: orange;
color: #FFF;
padding: 5px 10px;
border-radius: @xf-borderRadiusMedium;
border: 1px solid pink;
}
}