diff --git a/app/assets/images/language_select.png b/app/assets/images/language_select.png new file mode 100644 index 000000000..e0c4e6411 Binary files /dev/null and b/app/assets/images/language_select.png differ diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index d4442e11c..18303cf2e 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -436,6 +436,24 @@ footer { // 08. Forms // - - - - - - - - - - - - - - - - - - - - - - - - - +form.locale-form { + display: inline-block; + position: relative; + + select { + background-image: url("language_select.png"); + + &.js-locale-switcher { + background-color: transparent; + border: 0; + color: white; + outline: none; + padding-left: rem-calc(3); + padding-right: rem-calc(24); + } + } +} + form { label { diff --git a/app/views/shared/_locale_switcher.html.erb b/app/views/shared/_locale_switcher.html.erb index 3ab2b0a98..b60290296 100644 --- a/app/views/shared/_locale_switcher.html.erb +++ b/app/views/shared/_locale_switcher.html.erb @@ -1,10 +1,8 @@