Search code examples
cssmaterialize

Is it possible to change color of specified text in MaterializeCSS Tooltip?


I'd like to ask if it's possible to change text color in tooltip while there's an specified text? For example, if:

data-tooltip="OFFLINE"

I'd like text to be red, BUT when

data-tooltip="ONLINE"

I'd like text to be green, I tried to do something inside my own CSS file like [data-tooltip=OFFLINE], but it didn't work... I would be so glad if you guys helped me solving that, if it's even possible. Thanks in advance.


Solution

  • I think they are using jquery tooltip : visit this link

    styling tooltip