diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index b195899d3..55f79bfa0 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -589,7 +589,7 @@ form.locale-form { select { background-image: image-url("language_select.png"); - &.js-locale-switcher { + &.locale-switcher { background-color: transparent; border: 0; color: white; diff --git a/app/views/shared/_locale_switcher.html.erb b/app/views/shared/_locale_switcher.html.erb index b60290296..2ac1c851f 100644 --- a/app/views/shared/_locale_switcher.html.erb +++ b/app/views/shared/_locale_switcher.html.erb @@ -1,7 +1,7 @@