Skip to content

Commit cf3e653

Browse files
Fix filter and list icons in Dark Mode
Fix for the filter and list icons being black, and therefore hard to see, in dark mode.
1 parent 0ba8144 commit cf3e653

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

Icons/filter-dark.svg

Lines changed: 3 additions & 0 deletions
Loading

Icons/list-dark.svg

Lines changed: 3 additions & 0 deletions
Loading

userChrome.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,4 +828,12 @@ tr.card-layout.children span.subject {
828828
background-color: #262629b8 !important;
829829
}
830830

831+
#threadPaneQuickFilterButton {
832+
background-image: url("Icons/filter-dark.svg") !important;
833+
}
834+
835+
#threadPaneDisplayButton {
836+
background-image: url("Icons/list-dark.svg") !important;
837+
}
838+
831839
}

0 commit comments

Comments
 (0)