From 7289221397919e99a72dec818d8a121e944d5f48 Mon Sep 17 00:00:00 2001 From: vednoc Date: Mon, 28 Jan 2019 21:30:12 +0100 Subject: [PATCH] fix a few misc elements --- WhatsApp.user.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/WhatsApp.user.css b/WhatsApp.user.css index 6d1014a5..0fc8a1e3 100644 --- a/WhatsApp.user.css +++ b/WhatsApp.user.css @@ -280,6 +280,9 @@ /* Tutorial. */ ._2NbD3 > div:last-child { background-color: var(--darker); } + /* Loader. */ + #startup svg > circle { + stroke: var(--lighter) !important; } /* Disable background. */ ._2U_Zc:before { @@ -557,6 +560,9 @@ /* Hide 'Type a message' once focused. */ ._3F6QL._2WovP.focused ._39LWd { color: transparent; } + /* Placeholder text color. */ + ._39LWd { + color: var(--lighter) !important; } /* On event smoothness. */ .pluggable-input.pluggable-input-compose > div:first-child { transition: 150ms ease-in-out !important; } @@ -637,6 +643,9 @@ .YAPQk ._3j7s9:hover { background-color: var(--dark) !important; } + /* Search messages. */ + #pane-side ._2EXPL { + background-color: transparent !important; } /* Starred messages. */ ._2yeJ5 .ZwkQK, .ZwkQK {