summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-10-19 22:30:00 +0200
committerFlorian Orben <florian.orben@gmail.com>2015-10-21 18:13:59 +0200
commitcd5df514c7d3130c9765a8160dfd31abccb8b741 (patch)
tree4d0f17c60ae95140d043a6bb36bd46bf559506e5 /web/react/utils/utils.jsx
parent420c754ca300d6f089adc9f22d34a8acb00a571e (diff)
downloadchat-cd5df514c7d3130c9765a8160dfd31abccb8b741.tar.gz
chat-cd5df514c7d3130c9765a8160dfd31abccb8b741.tar.bz2
chat-cd5df514c7d3130c9765a8160dfd31abccb8b741.zip
Add stop button to stop animated gifs
Diffstat (limited to 'web/react/utils/utils.jsx')
-rw-r--r--web/react/utils/utils.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 69c026271..b9084b26e 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -544,7 +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-play-button', 'color:' + changeColor(theme.buttonBg, -0.25), 1);
+ changeCss('.file-playback-controls', 'color:' + changeColor(theme.buttonBg, -0.25), 1);
}
if (theme.buttonColor) {