Integrating language menu CSS

This commit is contained in:
Hugo Martin 2020-08-05 20:13:16 +02:00 committed by Emruz Hossain
parent 10707b361e
commit 6bfba135e8
2 changed files with 14 additions and 3 deletions

View file

@ -271,3 +271,14 @@
/* iPhone 5 or before */
@media only screen and (max-width: 320px) {
}
.languages-menu {
filter:alpha(opacity=50); /* Internet Explorer 6 */
-moz-opacity:0.5; /* Mozilla 1.6 et infér. */
opacity: 0.5; /* CSS3 et Mozilla récents */
padding-top: 6px;
border: 0;
}
.languages-item {
}