alchemy-ajatar-theme
Version:
23 lines (17 loc) • 399 B
text/less
.tooltip {
.tooltip-inner {
background-color: darken(@gray-head, 5%);
}
&.bottom .tooltip-arrow {
border-bottom-color: darken(@gray-head, 5%);
}
&.top .tooltip-arrow {
border-top-color: darken(@gray-head, 5%);
}
&.right .tooltip-arrow {
border-right-color: darken(@gray-head, 5%);
}
&.left .tooltip-arrow {
border-left-color: darken(@gray-head, 5%);
}
}