View Single Post
Old 27 Feb 2019, 08:57 AM   #111
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by joe_devore View Post
and this one I don't know if its working or not since I can't seem to recall where to find it in the FastMail UI..

Code:
	/* Adds gold box around 'Show Details' link */
	.u-subtleLink
	{
	color:navy;
	background-color:gold;
	padding-left:3px;
	padding-right:3px;
	border-radius:4px;
	}

it's working. it puts a small gold box around the "Show Details" link when you're reading an email. like this...

From: Mike
To: Ron (show details)

when you click the link you see the spam score and size of the email.
Gsptlsnz is offline   Reply With Quote