PLT-616: Enable playing of animated GIF in thumbnails and preview

Этот коммит содержится в:
Florian Orben
2015-10-17 01:58:34 +02:00
родитель 9553e44dc5
Коммит d167e18f00
6 изменённых файлов: 161 добавлений и 4 удалений

Просмотреть файл

@@ -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-play-button', 'color:' + changeColor(theme.buttonBg, -0.25), 1);
}
if (theme.buttonColor) {