Getting crazy with forms label tool-tip css

mkainz

Member
Hello everyone! I'm totally getting crazy in identifying the css classes of the tooltip that appears when someone set a field as not-empty validation or is-email.
Since I need to change the text color of the floating tip over the element label, how can I do that?

Please, help.
 
Heh heh. Sorry, I have to laugh, this used to drive me NUTS as well. Here's a Stack Exchange life saver:

https://stackoverflow.com/questions...ebugger-devtools-panel-for-popover-inspection

So basically, open dev tools in Chrome, make sure you last click is in that window. Go to your browser window and hover so the tooltip pops up, then hit F8. This will cause a Javascript breakpoint, and you dev tools will pop up. You can now hit the "inspect" button in dev tools, and see the popover.

Here's a screencast of it ...

https://www.screencast.com/t/eZRJT2lQUdwc

So I bring up dev tools, click anywhere in it, bring the browser back, hover, F8, then go to Elements tab in dev tools, and can now "inspect".

-- hugh
 
Thank Stack Exchange. I swear, this drove me nucking futs for about a year before I found that Q/A on Stack Exchange. :)

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top