diff --git a/lms/static/sass/shared/_footer.scss b/lms/static/sass/shared/_footer.scss index 284a3ccf71..16bc50187f 100644 --- a/lms/static/sass/shared/_footer.scss +++ b/lms/static/sass/shared/_footer.scss @@ -202,6 +202,19 @@ cursor: initial; } } + + .select-lang-button { + padding: 5px; + color: $m-blue-d3 !important; + height: 30px; + + &:hover, + &:active, + &:focus { + background: $m-blue-d3 !important; + color: white !important; + } + } } // edx theme overrides diff --git a/lms/templates/widgets/footer-language-selector.html b/lms/templates/widgets/footer-language-selector.html index d18450ddbd..ee67c64cdb 100644 --- a/lms/templates/widgets/footer-language-selector.html +++ b/lms/templates/widgets/footer-language-selector.html @@ -18,20 +18,26 @@ <%namespace name='static' file='../static_content.html'/>