gitgift / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Hide Unread count #214

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please describe the feature or enhancement in as much detail as possible:
Since google, in their infinite wisdom, eliminated the 'Hide Unread Count' from 
labs.  Is it possible to include it in minimalist?

Original issue reported on code.google.com by tom.brun...@gmail.com on 3 May 2012 at 3:55

GoogleCodeExporter commented 8 years ago
This would be terrific. Every new e-mail is simply too tempting.

Original comment by tccorrig...@gmail.com on 29 Nov 2012 at 4:18

GoogleCodeExporter commented 8 years ago

Original comment by anst...@gmail.com on 23 Jan 2013 at 1:25

GoogleCodeExporter commented 8 years ago
 I added an option that I called "Hide Inbox Counter", with the following CSS:

.J-Ke[href$='#inbox'] { 
    visibility: hidden; 
}
.J-Ke[href$='#inbox']:before { 
    content: 'Inbox';
    visibility: visible;
    font-weight:bold;
}

If anyone has any idea as to how to get rid of the unread count from the page 
title, I would appreciate the help...

Original comment by a...@google.com on 19 Mar 2014 at 12:41