diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 783a3a03b..21fbdbd09 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 7b8067718..901afd655 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 {