style for the tooltip word
-
hi Gerkin,
it’s been a while and I like all the changes you’ve made to the plugin.
I noticed recently that the style on my tooltip words has disappeared.
the default is the double line above and below the word. I had changed it to a single dotted line below the word. like this:.ithoughts_tooltip_glossary-tooltip a/* for tooltip */
{
border-bottom: 2px dotted !important;
color: #75c5fa;
}when i noticed it didn’t work, I tried this instead after inspecting the tooltip in the browser:
.itg-tooltip a/* for tooltip */
{
border-bottom: 2px dotted !important;
color: #75c5fa;
}But, it did not work.
So, can you help me out and let me know how to make the adjustment?
(also, is this previewable in the tool function?)thanks
- The topic ‘style for the tooltip word’ is closed to new replies.