summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-10-21 12:26:07 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-10-21 12:26:07 -0400
commit7d94eb1dcabea72712050d8a7059d7c7ee674f0c (patch)
treed0c94f4b1aa171776c53ac496b9c9f31e9d66945 /web/react/utils
parent9553e44dc55e1798180a942e774e9b11f8b01d67 (diff)
parentb9c637ec82d28684029573af119606575f4978d0 (diff)
downloadchat-7d94eb1dcabea72712050d8a7059d7c7ee674f0c.tar.gz
chat-7d94eb1dcabea72712050d8a7059d7c7ee674f0c.tar.bz2
chat-7d94eb1dcabea72712050d8a7059d7c7ee674f0c.zip
Merge pull request #1098 from florianorben/PLT-616
PLT-616: Enable playing of animated GIF in thumbnails and preview
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/utils.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 5f266bba3..b9084b26e 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -544,6 +544,7 @@ export function applyTheme(theme) {
if (theme.buttonBg) {
changeCss('.btn.btn-primary', 'background:' + theme.buttonBg, 1);
changeCss('.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus', 'background:' + changeColor(theme.buttonBg, -0.25), 1);
+ changeCss('.file-playback-controls', 'color:' + changeColor(theme.buttonBg, -0.25), 1);
}
if (theme.buttonColor) {