From b15c9b6bc909b6fc53293c86fd2765dcd995c301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20van=20de=20Weerd?= Date: Tue, 26 Apr 2022 10:39:11 +0200 Subject: [PATCH] Added tab icons for mail, calendar and tasks --- theme/icons.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/theme/icons.css b/theme/icons.css index 3087ae5..610f84f 100644 --- a/theme/icons.css +++ b/theme/icons.css @@ -515,3 +515,18 @@ radio[pane=paneAdvanced] { .folderMenuItem[IsServer="true"][ServerType="none"] { list-style-image: url("icons/folder-local.svg") !important; } + +/******* Tab icons ********/ + +.tabmail-tab[type="folder"][SpecialFolder="Inbox"], +treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { + list-style-image: url("icons/mail.svg") !important; +} + +.icon-holder[type="calendar"], .tabmail-tab[type="calendar"] { + list-style-image: url("icons/calendar.svg") !important; +} + +.icon-holder[type="tasks"], .tabmail-tab[type="tasks"] { + list-style-image: url("icons/task-tab.svg") !important; +}