I do not know the name but would like to change the colors, but I did not find how to do that.
I want the same as Gmail
I do not know the name but would like to change the colors, but I did not find how to do that.
I want the same as Gmail
I am not following, please provide a screenshot of Discourse, not some random other service with no relationship to Discourse.
can not find the code to change
You can’t change that AFAIK, it’s set by your computer’s operating system and the browser.
It’s the difference between browser-native tooltips (implemented with the title
attribute) and custom tooltips, implemented in some other way.
It’s not elementary to change on a site-wide basis — you can’t just add some custom CSS to change the appearance of title
s, as they’re not styled by CSS. There might be a hacky way to replace them using some custom JavaScript and MutationObserver
s, though performance may be affected.
Thanks for the answer
Here’s a proof of concept:
Strictly for reference only and not production ready… unless you reeeally love Comic Sans MS, in which case, use at will.
This is actually even hackier than what I originally suggested — it uses setInterval
every 100ms rather than a MutationObserver
.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.