diff --git a/src/components/subtitleeditor/subtitleeditor.js b/src/components/subtitleeditor/subtitleeditor.js index 56d138de96..999fb217be 100644 --- a/src/components/subtitleeditor/subtitleeditor.js +++ b/src/components/subtitleeditor/subtitleeditor.js @@ -223,7 +223,7 @@ function renderSearchResults(context, results) { if (hasAnyFlags) { html += '
'; - const spanOpen = ''; + const spanOpen = ''; if (result.IsHashMatch) { html += spanOpen + globalize.translate('PerfectMatch') + ''; diff --git a/src/components/subtitleeditor/subtitleeditor.scss b/src/components/subtitleeditor/subtitleeditor.scss index 08e6faffba..d0d054cd09 100644 --- a/src/components/subtitleeditor/subtitleeditor.scss +++ b/src/components/subtitleeditor/subtitleeditor.scss @@ -1,3 +1,11 @@ .originalSubtitleFileLabel { margin-right: 1em; } + +.subtitleFeaturePillow { + background: #3388cc; + color: #fff; + padding: .3em 1em; + border-radius: 1000em; + margin-right: 0.25em; +}