Skip to content

Commit

Permalink
Merge pull request #3226 from martkol/master
Browse files Browse the repository at this point in the history
small improvements to the language selection field (chrome-based browser)
  • Loading branch information
fast4x authored Aug 11, 2024
2 parents 8fe3ea6 + 6a59721 commit 01b0baa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,17 @@ select {
}
}
#languageSelect {
padding: 0 8px 0 25px;
padding: 0 8px 0 8px;
color: #abbad0;
border-left: 17px solid transparent;
background-image:url(../images/lang.svg) !important;
background-position: left -1px;
background-position: -17px -1px;
background-repeat: no-repeat;
background-size: auto 21px;
text-wrap: nowrap;
option {
text-align: left !important;
}
}

.footer-links > li > a {
Expand Down

0 comments on commit 01b0baa

Please sign in to comment.