I have added comment button in my table.When I hover it tooltip will be displayed.
How to change style of tooltips? Can anyone help me?
.tooltip-arrow,
.cancelComments + .tooltip > .tooltip-inner {background-color: #f00;}
https://jsfiddle.net/5h1ybdp1/3/
I tried using popover
also but popover is not displaying.