From 935941e31e500ea28972ad0b59667bbbe6faf2dd Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 18 Apr 2017 17:21:15 -0700 Subject: [PATCH] Brighten dark theme microphone icon --- stylesheets/android-dark.scss | 3 +++ stylesheets/manifest.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 783a3a03b9fc..21fbdbd09b88 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -91,6 +91,9 @@ $text-dark: #CCCCCC; @include color-svg('/images/paperclip.svg', white); transform: rotateZ(-45deg); } + .capture-audio .microphone:before { + @include color-svg('/images/microphone.svg', white); + } .conversations { background-color: $grey-dark_l2; .conversation-list-item { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 7b806771853a..901afd65554d 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1860,6 +1860,10 @@ li.entry .error-icon-container { -webkit-mask-size: 100%; background-color: white; transform: rotateZ(-45deg); } + .android-dark .capture-audio .microphone:before { + -webkit-mask: url("/images/microphone.svg") no-repeat center; + -webkit-mask-size: 100%; + background-color: white; } .android-dark .conversations { background-color: #292929; } .android-dark .conversations .conversation-list-item {