Enable voice notes
And fix recorder background color in dark theme // FREEBIE
This commit is contained in:
parent
8bd7280673
commit
56d1ce75ac
3 changed files with 6 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
||||||
</div>
|
</div>
|
||||||
<textarea class='send-message' placeholder='{{ send-message }}' rows='1' dir='auto'></textarea>
|
<textarea class='send-message' placeholder='{{ send-message }}' rows='1' dir='auto'></textarea>
|
||||||
<div class='capture-audio'>
|
<div class='capture-audio'>
|
||||||
<!--<button class='microphone'></button>-->
|
<button class='microphone'></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -177,4 +177,7 @@ $text-dark: #CCCCCC;
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background-color: $grey-dark_l2;
|
background-color: $grey-dark_l2;
|
||||||
}
|
}
|
||||||
|
.recorder {
|
||||||
|
background: $grey-dark_l2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2044,5 +2044,7 @@ li.entry .error-icon-container {
|
||||||
background: rgba(255, 255, 255, 0.25); }
|
background: rgba(255, 255, 255, 0.25); }
|
||||||
.android-dark ::-webkit-scrollbar-track {
|
.android-dark ::-webkit-scrollbar-track {
|
||||||
background-color: #292929; }
|
background-color: #292929; }
|
||||||
|
.android-dark .recorder {
|
||||||
|
background: #292929; }
|
||||||
|
|
||||||
/*# sourceMappingURL=manifest.css.map */
|
/*# sourceMappingURL=manifest.css.map */
|
||||||
|
|
Loading…
Reference in a new issue