I want to change the tooltip arrow color to red. I've googled about for an hour and the snippets that I found did not work.
My last attempt was:
.tooltip-arrow {
border-right-color: red;
border-left-color: red;
border-bottom-color: red;
border-top-color: red;
}
The tooltip is positioned right, poiting left.