Skip to content

Commit

Permalink
Fix WhatsApp search in dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jun 3, 2020
1 parent 41e2fc1 commit 2d0080a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions firefox/chrome/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,9 @@
color: #fffffd !important;
}
}

@-moz-document url-prefix("https://web.whatsapp.com/") {
[title="Search or start new chat"] {
background-color: transparent;
}
}

0 comments on commit 2d0080a

Please sign in to comment.