View Single Post
Old 27 Feb 2019, 01:55 AM   #106
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Wink

Quote:
Originally Posted by Gsptlsnz View Post
everything is pretty much back to the way it was on my screen so
if anyone needs something changed, then speak up now!
ok, I will check to see if anything isn't working and report back..


here are two not working right...

Code:
	/* Box around "MAIL Storage Quota" at bottom left of  the screen.            */
	/* Tweaked version that also adds a 5 pixel thick border around the box.  */
	.v-UsageInfo
	{
	border: 5px solid green;
	box-shadow:5px 5px 5px rgba(0,0,0,.25), 0 0 20px transparent inset, 0 0 1px rgba(255,255,255,0.5) inset;
	}


	/* Puts a thin border between the emails */
	.v-MailboxItem
	{
	border-top:2px solid green;
	}
The 2nd one above is doing only a 1 pixel line instead of a 2 pixel line like I want it...
the first one isn't working at all...


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;
	}

Last edited by joe_devore : 27 Feb 2019 at 02:04 AM.
joe_devore is offline   Reply With Quote