Skip to content

Commit c1597ff

Browse files
Improve "no messages" icon in dark mode
Fix for dark mode to make the envolope icon when no messages are found match the text.
1 parent e3ecc88 commit c1597ff

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Icons/mail-dark.svg

Lines changed: 3 additions & 0 deletions
Loading

userChrome.css

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/* FLUENTBIRD - A FLUENT DESIGN THEME FOR THUNDERBIRD */
22
/* Created by Danny King - www.dannyking.co.uk */
3-
/* VERSION 0.1.4 BETA */
4-
/* DISTRIBUTED UNDER THE MIT LICENSE */
5-
3+
/* v0.1.5 BETA */
4+
/* DISTRIBUTED UNDER THE MIT LICENSE */
65

76

87
#spacesToolbar {
@@ -804,6 +803,10 @@ tr.table-layout.selected.current {
804803
color: #45a0ef !important;
805804
}
806805

806+
.thread-card-subject-container {
807+
width: 85%;
808+
}
809+
807810
@media (-moz-platform: windows) {
808811
/* Make all titlebar buttons exactly 28px tall */
809812
:root[customtitlebar] .titlebar-button,
@@ -828,9 +831,6 @@ tr.table-layout.selected.current {
828831
}
829832
}
830833

831-
.thread-card-subject-container {
832-
width: 85%;
833-
}
834834

835835
/* DARK MODE */
836836
@media (prefers-color-scheme: dark) {
@@ -846,11 +846,14 @@ tr.table-layout.selected.current {
846846
}
847847
}
848848

849+
#placeholderNoMessages::before {
850+
background-image: url("Icons/mail-dark.svg") !important;
851+
}
852+
849853
.toolbarbutton-1:hover {
850854
background-color: #272727 !important;
851855
}
852856

853-
854857
.thread-card-subject-container {
855858
color: #d1d1d1;
856859
font-size: 0.96rem !important;
@@ -923,4 +926,4 @@ tr.table-layout.selected.current {
923926
background-image: url("Icons/list-dark.svg") !important;
924927
}
925928

926-
}
929+
}

0 commit comments

Comments
 (0)