EmailDiscussions.com  

Go Back   EmailDiscussions.com > Email Service Provider-specific Forums > FastMail Forum
Register FAQ Members List Calendar Today's Posts
Stay in touch wirelessly

FastMail Forum All posts relating to FastMail.FM should go here: suggestions, comments, requests for help, complaints, technical issues etc.

Reply
 
Thread Tools
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
Old 27 Feb 2019, 03:20 AM   #107
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
/* Put a 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-Quota {
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;
}

Try this...

/* Puts a rail-thin border between the emails */
.v-MailboxItem {
border-top:3px solid black!important;
}

or...

Try this...

/* Puts a rail-thin border between the emails */
.app-listItem {
border-top:3px solid black!important;
}
Gsptlsnz is offline   Reply With Quote
Old 27 Feb 2019, 03:32 AM   #108
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Quote:
Originally Posted by Gsptlsnz View Post
/* Put a 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-Quota {
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;
}

Try this...

/* Puts a rail-thin border between the emails */
.v-MailboxItem {
border-top:3px solid black!important;
}

or...

Try this...

/* Puts a rail-thin border between the emails */
.app-listItem {
border-top:3px solid black!important;
}
thx Gsptlsnz..
the top one works now...
but the email list divider line is still acting odd regardless of code used..

Code:
	/* Puts a thin border between the emails */
	.v-MailboxItem
	{
		border-top:3px solid green;
	}
as a test I increased the thickness to 3px now the line is 2px think but the ends of the line have a small length that is 3px think...its weird....
joe_devore is offline   Reply With Quote
Old 27 Feb 2019, 07:33 AM   #109
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by joe_devore View Post
as a test I increased the thickness to 3px now the line is 2px think but the ends of the line have a small length that is 3px think...its weird....
i noticed that silly glitch on my screen... live with it
Gsptlsnz is offline   Reply With Quote
Old 27 Feb 2019, 08:30 AM   #110
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Wink

Quote:
Originally Posted by Gsptlsnz View Post
i noticed that silly glitch on my screen... live with it
lol can do...
joe_devore is offline   Reply With Quote
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
Old 27 Feb 2019, 09:02 AM   #112
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Quote:
Originally Posted by Gsptlsnz View Post
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.
ok... but for some reason I do not see these("Show Details" or the box) when I go to read an email...
ooh well its whatever I guess... lol...
joe_devore is offline   Reply With Quote
Old 27 Feb 2019, 09:09 AM   #113
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 3,013
Its in the email header once you have opened it.
Terry is offline   Reply With Quote
Old 27 Feb 2019, 09:13 AM   #114
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Quote:
Originally Posted by Terry View Post
Its in the email header once you have opened it.
hmm.. I use the classic theme... so that might be it.. YUP! that is it alright..
it auto shows all those details already.. so I don't see the "Show details" box for that reason...
joe_devore is offline   Reply With Quote
Old 27 Feb 2019, 09:45 AM   #115
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 3,013
If you get time perhaps do a new page with all the new updates on, or would you run out of space on one page.
Terry is offline   Reply With Quote
Old 27 Feb 2019, 09:51 AM   #116
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Quote:
Originally Posted by Terry View Post
If you get time perhaps do a new page with all the new updates on, or would you run out of space on one page.
I have updated all the changed ones but yeah I am out of ROOM on post #1

maybe we could ask Gsptlsnz to do a new thread this time.. that way he will have control over updating the code... that and he should reserve the first 3 posts after post #1 so that way he has additional room
joe_devore is offline   Reply With Quote
Old 27 Feb 2019, 11:25 AM   #117
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by Terry View Post
If you get time perhaps do a new page with all the new updates on, or would you run out of space on one page.
there are only a few changes made so a new page isn't necessary.
Gsptlsnz is offline   Reply With Quote
Old 27 Feb 2019, 11:37 AM   #118
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by joe_devore View Post
I have updated all the changed ones but yeah I am out of ROOM on post #1

maybe we could ask Gsptlsnz to do a new thread this time.. that way he will have control over updating the code... that and he should reserve the first 3 posts after post #1 so that way he has additional room
ha! ha! the members should NOT have to keep fixing the coding for a paid email service. i really don't have much time for this sort of thing.

if they change their css again, and they will, i am not going to keep doing update after update after update...

you can live with the crappy changes; edit the css code; or switch to an email provider that doesn't give their clients this kind of $#@%& grief.
Gsptlsnz is offline   Reply With Quote
Old 27 Feb 2019, 02:22 PM   #119
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
/* Send button when writing, see below... */
.s-send {
background-color:green!important;
font-weight:bold;
text-shadow:1px 1px 1px #808080;
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!important;
}

.s-save-draft {
background-color:skyblue!important;
color:white!important;
font-weight:bold;
text-shadow:1px 1px 1px #808080;
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!important;
}

.s-discard {
background-color:crimson!important;
color:white!important;
font-weight:bold;
text-shadow:1px 1px 1px #808080;
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!important;
}
Gsptlsnz is offline   Reply With Quote
Old 28 Feb 2019, 05:22 PM   #120
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 3,013
Is there a script for normal customer named folders as currently I can only change the Fastmail system folders or am I doing something wrong as I only get a folder color after I have clicked the folder.

Last edited by Terry : 28 Feb 2019 at 05:44 PM.
Terry is offline   Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +9. The time now is 02:08 PM.

 

Copyright EmailDiscussions.com 1998-2022. All Rights Reserved. Privacy Policy