Add stop button to stop animated gifs

Этот коммит содержится в:
Florian Orben
2015-10-19 22:30:00 +02:00
родитель 420c754ca3
Коммит cd5df514c7
5 изменённых файлов: 123 добавлений и 44 удалений

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

@@ -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) {