View Single Post
Old 25 Jun 2017, 02:11 AM   #440
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Quote:
Originally Posted by Gsptlsnz View Post
If you want the folders to show the number of files read the old thread on the forum about how to show the file count.

It says to install the fox plugin https://addons.mozilla.org/en-US/firefox/addon/stylish/ and then go to Tools in Firefox, then Add-Ons, then Extensions, find Stylish, then edit and then paste the script below. Also give it your script name.

Click "save" then restart Firefox.

.v-FolderSource:after {
content: " " attr(title);
font-size:12pt;
}
lol thx but good grief..

already been there done that..

it was a epic fail! lol ;p

it cluttered the UI too much
long labels
FolderName "count# messages"

so it is a long hand label, directly tacked on to the end of the folder name
CLUTTERS the folder name UI making it a huge mess..

so sorry but EPIC FAIL... lol ;p

Classic UI has it P.E.R.F.E.C.T.L.Y.
FolderName (NEW(ie. bold)/total)
and aligned to the right margin so its out of the way
keeping the UI clutter free...

of course I think the margin thing is accomplished by a css script given to me years ago...

in the FastMail FILE STORAGE:
custom-ui --> css/js(sub-folders) --> (FILES named)(tweaks.css/js)
tweaks.css
Code:
/* Show message counts */
/* Align Message totals to right Margin */
.messageTotal  { display: inline !important; }
.messageCounts { position: absolute; right: 0; }
a.empty { right: 75px !important; }
it was another of FastMail's great and NOW ABANDONED features.. in the New UI
joe_devore is offline   Reply With Quote