mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-31 07:38:39 +00:00
outlineColor setter in HTMLSubtitles fixed
This commit is contained in:
parent
c0c51eb42c
commit
5c179de548
1 changed files with 5 additions and 5 deletions
|
|
@ -289,11 +289,11 @@ function HTMLSubtitles(options) {
|
|||
}
|
||||
|
||||
stylesElement.sheet.cssRules[subtitlesCueStylesIndex].style.textShadow =
|
||||
value + '0 0 0.03em,' +
|
||||
value + '0 0 0.03em,' +
|
||||
value + '0 0 0.03em,' +
|
||||
value + '0 0 0.03em,' +
|
||||
value + '0 0 0.03em';
|
||||
value + ' 0 0 0.03em,' +
|
||||
value + ' 0 0 0.03em,' +
|
||||
value + ' 0 0 0.03em,' +
|
||||
value + ' 0 0 0.03em,' +
|
||||
value + ' 0 0 0.03em';
|
||||
events.emit('propChanged', 'outlineColor');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue