Enable voice notes

And fix recorder background color in dark theme

// FREEBIE
This commit is contained in:
lilia 2017-05-10 13:40:31 -07:00 committed by Lilia
parent 8bd7280673
commit 56d1ce75ac
3 changed files with 6 additions and 1 deletions

View file

@ -116,7 +116,7 @@
</div>
<textarea class='send-message' placeholder='{{ send-message }}' rows='1' dir='auto'></textarea>
<div class='capture-audio'>
<!--<button class='microphone'></button>-->
<button class='microphone'></button>
</div>
</div>

View file

@ -177,4 +177,7 @@ $text-dark: #CCCCCC;
::-webkit-scrollbar-track {
background-color: $grey-dark_l2;
}
.recorder {
background: $grey-dark_l2;
}
}

View file

@ -2044,5 +2044,7 @@ li.entry .error-icon-container {
background: rgba(255, 255, 255, 0.25); }
.android-dark ::-webkit-scrollbar-track {
background-color: #292929; }
.android-dark .recorder {
background: #292929; }
/*# sourceMappingURL=manifest.css.map */