Fix interface language dropdown opacity

This commit is contained in:
Chocobozzz 2020-09-16 09:40:29 +02:00
parent b91ad0a384
commit 64f0ca8c37
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,6 @@
font-family: monospace;
.interface-language-dropdown {
opacity: .5;
width: 20px;
position: absolute;
right: 10px;

View File

@ -22,6 +22,7 @@
.interface-language-dropdown {
img {
cursor: pointer;
opacity: .7;
}
.menu {

View File

@ -62,6 +62,7 @@ app.use('/opensearch.xml', async function (req, res) {
<Developer>Framasoft: contact.framasoft.org</Developer>
</OpenSearchDescription>`).type('application/xml').status(200).end()
})
app.use('/*', async function (req, res) {
res.set('Content-Type', 'text/html; charset=UTF-8')