diff --git a/static/app-strings.json b/static/app-strings.json index 5eb0aa77b..66d71822b 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2061,5 +2061,6 @@ "%title% by %channelTitle%": "%title% by %channelTitle%", "%title% by %channelTitle% %ariaDate%": "%title% by %channelTitle% %ariaDate%", "%title% by %channelTitle% %ariaDate%, %mediaDuration%": "%title% by %channelTitle% %ariaDate%, %mediaDuration%", + "Search for something...": "Search for something...", "--end--": "--end--" } diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index 74b600e41..d1ea4e3b3 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -236,6 +236,7 @@ &:focus { box-shadow: none; + background-color: var(--color-button-alt-bg); } }