-
Hi all, I'm a bit stumped on changing the background color of tooltips, specifically It's straightforward in In my example below, I used red as the background just to make it very clear what's happening. Anyone know what's needed here? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This should do the trick: .md-tooltip2__inner {
background: red;
} |
Beta Was this translation helpful? Give feedback.
This should do the trick: