i need to change the default Kendo UI Tooltip color. I've insert this code in my .css file:
.k-tooltip {
background: black !important;
border-color: black !important;
}
Run Code Online (Sandbox Code Playgroud)
But it doesn't change tip color that remains green.
Is possible to change that with css?