View Single Post
Old 11 Jul 2017, 03:02 AM   #9
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Thumbs up

Nice! I will go ahead and add them to the Opening Post as a new QUOTE after that first one and date it to shwo when they were added to this topic

and I might try a few of these out myself lol

though I'm still looking for one that does the folder like in the Classic UI, "(NEW/total)" aligned to right margin so its out of the way! and! not cluttering..

make it happen captain! lol if u can please.. if not ohh well!

EDIT:
this is not too bad..
I that it displays a constant NEW count badge..
and that's its automatically aligned to the right margin is GREAT!
makes it a bit more consistent in displaying NEW counts instead of only popping up when there is NEW mail in a folder, THANK!
Code:
    /* Puts a badge on every folder, displaying constant "NEW MAIL" count */
    /* Puts a badge on every folder */
   .v-FolderSource-badge
    {
    display:inline-block;
    }
ps: I have gone ahead and renamed the badge comment to be a bit more verbose if you don't mind.. I left the original comment tag too for reference..


I kinda like this one too, but I reduced the text size from 15 to 10.. :/
I guess I like that size.. consider it OPTIONAL lol
Quote:
/* Affects the folder count in the lower right corner */
.v-StatusBar
{
color:crimson;
font-size:12pt;
font-weight:bold;
padding:3px;
border-radius:4px;
border:1px solid black;
}

I like THIS one TOO!
but I edited the comment.. its NOT specifically SPAM related
its the RULES page in general..
Code:
  /* Affects the Settings --> "RULES" page */
  .v-ResourceItem-explanation
  {
  color:green;
  font-size:13pt;
  }
SO yeah those are the three I liked, so I added them to my ACTIVE TWEAKS Style's code profile!

Last edited by joe_devore : 11 Jul 2017 at 03:42 AM.
joe_devore is offline   Reply With Quote