From 56d1ce75acec3e51b6ca47f0d3372dc3a9386c4a Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 10 May 2017 13:40:31 -0700 Subject: [PATCH] Enable voice notes And fix recorder background color in dark theme // FREEBIE --- background.html | 2 +- stylesheets/android-dark.scss | 3 +++ stylesheets/manifest.css | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/background.html b/background.html index dfdb8c6a7..0b751bdc1 100644 --- a/background.html +++ b/background.html @@ -116,7 +116,7 @@
- +
diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 85e00b969..9942c5600 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -177,4 +177,7 @@ $text-dark: #CCCCCC; ::-webkit-scrollbar-track { background-color: $grey-dark_l2; } + .recorder { + background: $grey-dark_l2; + } } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 93abea79f..6dcc0b6a3 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -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 */