solved Links added in Private Notes text editor look like regular text

Strumelia
Strumelia
@strumelia
9 years ago
3,605 posts
When adding links to posts or comments on my site, whichever way I do it the links wind up being a different color (blue) than the surrounding text, which clues people into the fact that they are live links....all good!
But in Private Notes, the links look same as all the other text. So if someone adds a link and uses the word "here" (for example) to the "text shown" for the link, the word 'here' will not be underlined or different color...will look identical to surrounding text so it's not apparent that it's really a hyperlink. Same thing happens if the 'link text showing' is simply the http link pasted in.
Where/how do I fix this to make links a different color and/or underlined in the Private Notes module text editor? Thanks


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 08/02/16 10:32:00AM
michael
@michael
9 years ago
7,821 posts
I'm a big fan of links looking like links too. Just checked in lucid skin and they do look like links.

For you on your site, I think the thing you want is in this file:
http://fotmd.com/skins/mdFOTMD_Feb16/css/list.css

change:
.item a {
    color: #1FA3C8;
    text-decoration: none;
}
to
.item a {
    color: #1FA3C8 !important;
    text-decoration: underline;
}
Strumelia
Strumelia
@strumelia
9 years ago
3,605 posts
Thanks Michael, this worked perfectly. :)
I had looked at that actually, but my brain wasn't quite so sure that ".item a" meant a link.

Much better now when writing private notes!



--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 04/30/16 09:03:55AM