Brighten dark theme microphone icon

This commit is contained in:
lilia 2017-04-18 17:21:15 -07:00
parent 6b531ad342
commit 935941e31e
2 changed files with 7 additions and 0 deletions

View file

@ -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 {

View file

@ -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 {