View Single Post
Old 27 Feb 2019, 12:58 AM   #103
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
this fix is totally optional since it only changes the background color of each directory pane listed in the left panel.

(makes it a tiny bit easier to find a system folder quickly)

/* 'Inbox' Folder Path Is Now LimeGreen */
.v-MailboxSource--inbox {
background-color:limegreen;
}

/* 'Drafts' Folder Path Is Now Dark Orange */
.v-MailboxSource--drafts {
background-color:darkorange;
}

/* 'Sent' Folder Path Is Now Lightblue */
.v-MailboxSource--sent {
background-color:lightblue;
}

/* 'Spam' Folder Path Is Now Yellow */
.v-MailboxSource--junk {
background-color:yellow;
}
Gsptlsnz is offline   Reply With Quote