Thread: UI Update
View Single Post
Old 27 Jan 2022, 06:27 AM   #57
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by smtper View Post
- Borders around numbers of unread next to folders
Try this...

Code:
/* Puts a count badge on every folder except "ARCHIVE", "SENT", and "TRASH" and shows the number of unread emails */
.v-MailboxSource-badge {
display:inline-block;
font-size:12pt;
color:navy;
background-color:white;
border:2px solid black;
padding-left:3px;
padding-right:3px;
border-radius:4px;
margin-right:-12px!important;
text-shadow:1px 1px 1px #808080 !important;
}
Gsptlsnz is offline   Reply With Quote