Small CSS change for language dropdown

This commit is contained in:
Luc Didry 2018-10-23 07:43:12 +02:00
parent 986e7793db
commit c51145bf7e
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 4 additions and 2 deletions

View File

@ -119,15 +119,17 @@ a.classic:focus {
.select-lang .select-wrapper input.select-dropdown {
margin-top: 10px;
margin-bottom: 0;
border-bottom: 1px solid #FFF;
border-bottom: 0;
}
.select-lang-mobile .select-wrapper input.select-dropdown {
color: #444;
border-bottom: 0;
}
.select-lang-mobile .select-wrapper span.caret {
top: -10px;
}
.select-lang {
.select-lang,
.select-lang-mobile {
padding-left: 15px !important;
padding-right: 15px !important;
}